A.只顯示存在于EMP表中的部門全部信息 B.只顯示不存在于EMP表中的部門全部信息 C.未返回任何數(shù)據(jù) D.顯示DEPT表中的全部信息
A.3 B.4 C.5 D.6
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