單項(xiàng)選擇題

數(shù)據(jù)庫(kù)中有兩個(gè)用戶(hù)scott和myuser,物資表wz是屬于myuser用戶(hù)的,但當(dāng)前用戶(hù)是scott,要求查詢(xún)物資表wz(wno,wname,wtype,wunit)物資單位wunit列為null的記錄,取結(jié)果的前5條記錄顯示,以下正確的SQL語(yǔ)句是()

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

微信掃碼免費(fèi)搜題