找考题网-背景图
单项选择题

假设存在表“Student”,表中age列存在null数据,请问下列sql哪个可以将age为null的数据筛选出来:()。

A.select *from Student where age =null;
B.select *from Student where age is null;
C.select *from Student where age =’’;
D.select *from Student where age is ’’;