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
A.Grant drop any table to user1 B.Grant drop any table to user1 with admin option C.Grant drop table to user1 D.Grant drop any table to user1 with check potion