单项选择题
在oracle中,用来显示emp表中没有奖金的员工信息的命令是:()
A.select *from emp where comm=null
B.select *from emp where comm< >null
C.select *from emp where comm is null
D.select *from emp where comm is not null
点击查看答案
相关考题
