多做题,通过考试没问题!

Oracle认证考试

睦霖题库>其他计算机考试>Oracle认证考试

查询出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;
正确答案:D
答案解析:
进入题库查看解析

微信扫一扫手机做题