单项选择题

要查询尚未输入邮箱的学生信息,应使用的SQL语句是()。

A.select *from student where email=’’
B.select *from student where email=’ ’
C.select *from student where email =null
D.select *from student where email is null