• 2022-06-14
    有如下程序段 if(x>0) { System.out.println("first");} else if (x > -4) { System.out.println("second");} else { System.out.println("third");} x的取值在什么范围内时,将打印出字符串“second"
    A: 在数据库中使用USE命令打开或关闭视图
    B: 在“浏览器”窗口中可以显示或修改视图中的数据
    C: 视图不能作为文本框、表格等控件的数据源
    D: 可以使用SQL语句操作视图