查询出EMP表中COMM字段为空的记录()
A. select * from emp where comm='';
B. select * from emp where comm=null;
C. select * from emp where nvl(comm)=0;
D. select * from emp where comm is null;
E. select * from emp where nvl(comm,0)=0;
查看答案
该试题由用户682****28提供
查看答案人数:7299
如遇到问题请联系客服
正确答案
该试题由用户682****28提供
查看答案人数:7300
如遇到问题请联系客服