查询student表中的所有非空email信息,以下语句正确的是()。
A:Select email from student where email !=null
B:Select email from student where email not is null
C:Select email from student where email <> null
D:Select email from student where email is not null
出自:计算机科学