单项选择题
在oracle中,用来显示emp表中没有奖金的员工信息的命令是:()
A.select *from emp where comm=nullB.select *from emp where comm< >nullC.select *from emp where comm is nullD.select *from emp where comm is not null
单项选择题 在CUSTOMER中有一列为单价(PRICE),写一个SELECT命令显示所有单价在500以上的查询语句()。
单项选择题 ORACLE中,用来判断列值是否为空的操作符是()
多项选择题 在JDBC编程中执行完下列SQL语句SELECT name,rank,serialNo FROM employee,能得到rs的第一列数据的代码是哪两个()