A.Select email from student where email !=null
B.Select email from student where email not is null
C.Select email from student where email <> null
D.Select email from student where email is not null
您可能感興趣的試卷
你可能感興趣的試題
A.insert into book (id,title,price) values(1,'java',100)
B.insert into book (title,price) values('java',100)
C.insert into book values ('java',100) 這輛都不可以啊,如果不指定列需要明確的給出空值
D.insert book values('java',100)
A.select * from TABLE_NAME where rowcount=10
B.select TOP 10 * from TABLE_NAME
C.select TOP of 10 * from TABLE_NAME
D.select * from TABLE_NAME where rowcount<=10
A.NOT
B.AND
C.OR
D.IN
A.COUNT()
B.MIN()
C.MAX()
D.SUM()還有一個(gè)AVG()
A.RR IS NULL
B.RR=NULL
C.RR<>NULL
D.RR IS NOT NULL
最新試題
已知關(guān)系R。T(R)=100,000,V(R,A)=200,V(R,B)=1000,若要對進(jìn)行代價(jià)估計(jì),則下列正確進(jìn)行代價(jià)估計(jì)的是()。
?關(guān)于基于排序的兩趟算法,下列說法不正確的是()。
關(guān)于邏輯查詢優(yōu)化和物理查詢優(yōu)化,下列說法正確的是()。
關(guān)于去重復(fù)&(R)操作的一趟掃描算法,下列說法不正確的是()。
?已知關(guān)系R和S。關(guān)系占用的磁盤塊數(shù)B(R)=1000,B(S)=500,已知可用內(nèi)存頁數(shù)M=50。采用基于排序的算法,下列說法正確的是()。
在三級模式兩層映像結(jié)構(gòu)中,“物理模式”是指()。
?已知關(guān)系R。T(R)=100,000,V(R,A)=200,V(R,B)=1000,若要對進(jìn)行代價(jià)估計(jì),則下列正確進(jìn)行代價(jià)估計(jì)的是()。
?已知內(nèi)存共有100塊,若要排序有10000塊的數(shù)據(jù)集,則下列說法正確的是()。
關(guān)于連接運(yùn)算R (JOIN on R.A=S.B)S的基于散列的兩趟算法,下列說法正確的是()。
?已知關(guān)系R和S。關(guān)系占用的磁盤塊數(shù)B(R)=1000,B(S)=1000,已知可用內(nèi)存頁數(shù)M=40。采用基于排序的算法,下列說法不正確的是()。