单项选择题
A.select*from scott.wz where wunit is null and rownum<5;
B.select*from myuser.wz where wunit = null and rownum<5;
C.select*from myuser.wz where wunit is null and rownum<6;
D.select*form scott.wz where wunit is null and rownum<6;