单项选择题

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