已知员工表emp(empno,ename,job,sal,comm,deptno)其中empno员工编号,ename员工姓名,job员工的职位,sal员工的工资,comm奖金,deptno员工所在部门编号。查询奖金为空的员工信息,则正确的sql语句是()
A. select * from emp where comm=null;
B. select * from emp where comm is not null;
C. select * from emp where comm <>null;
D. select * from emp where comm is null;
查看答案
我们应该始终坚定的中国特色社会主义“四个自信”有哪些