单项选择题

A.select *from emp where comm =null;
B.select *from emp where comm =’’;
C.select *from emp where comm=0;
D.select *from emp where comm is null;