单项选择题

A.select *from table1where columns1=null;
B.select *from table1where columns1='';
C.select *from table1where columns1=‘’;
D.select *from table1where columns1is null;