單項(xiàng)選擇題數(shù)據(jù)庫(kù)中有兩個(gè)用戶scott和myuser,物資表wz是屬于myuser用戶的,但當(dāng)前用戶是scott,要求查詢物資表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
您可能感興趣的試卷
你可能感興趣的試題
1.單項(xiàng)選擇題授予刪除任何表的系統(tǒng)權(quán)限(DROP ANY TABLE)給user1,并使其能繼續(xù)授該權(quán)限給其他用戶,以下正確的SQL語(yǔ)句是()
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
2.單項(xiàng)選擇題當(dāng)給一個(gè)有主鍵的表中插入重復(fù)行時(shí),將引發(fā)下列哪個(gè)異常()
A.NO_DATA_FOUND
B.TOO_MANY_ROWS
C.DUP_VAL_ON_INDEX
D.ZERO_DIVIDE