A.Select email from student where email!=null
B.Select email from student where emailnotisnull
C.Select email from student where email<>null
D.Select email from student where emailisnotnull
您可能感興趣的試卷
你可能感興趣的試題
A.LIMIT
B.TOP
C.COUNT
D.SUM
A.select top3 cDiscription fromTvtype order by iprice asc
B.select cDiscription from Tvtype where max(iprice)>3
C.select top3 cDiscription from Tvtype order by iprice desc
D.selec tcDiscription max(iprice)from Tvtype order by iprice
A.select CustomerName,SalesDate from Sales group by CustomerName,SalesDate
B.select CustomerName,SalesDate from Sales order by CustomerName,SalesDate
C.select CustomerName,SalesDate from Sales group by CustomerNameorderbySalesDateDESC
D.select CustomerName,SalesDate from Sales order by CustomerName,SalesDateDESC
A.select*intocatt where from kehu
B.select*into catt from kehu
C.insert into catt select*from kehu
D.inser tinto catt from select*from kehu
A.SELECT20%2
B.SELECT2*5.0
C.SELECT20.0/2
D.SELECT20/2
最新試題
DELETE語(yǔ)句中使用JOIN子句執(zhí)行跨表刪除時(shí),有INNER、LEFT、RIGHT即內(nèi)連接、左連接、右連接等不同的連接方式。
MySQL權(quán)限管理分為兩個(gè)階段:服務(wù)器會(huì)檢查是否允許你連接,檢查你發(fā)出的每個(gè)請(qǐng)求,看是否有足夠的權(quán)限實(shí)施它。
視圖就是一個(gè)虛表,保存視圖時(shí),保存的是視圖的定義。
/*……*/用來(lái)標(biāo)記程序的注釋部分,注釋的目的是增加程序的可讀性,其中的內(nèi)容不會(huì)被執(zhí)行。
MySQL變量可分為兩大類(lèi),即用戶變量和系統(tǒng)變量。
在SQL中,刪除操作有drop、truncate、delete,其中風(fēng)險(xiǎn)等級(jí)最高的是delete。
在MYSQL中,存儲(chǔ)過(guò)程不可以帶有參數(shù)。
在MySQL中,用單條INSERT語(yǔ)句處理多個(gè)插入要比使用多條INSERT語(yǔ)句效率更高。
在以下選項(xiàng)中哪些屬于視圖的特點(diǎn)()
MySQL服務(wù)器通過(guò)()來(lái)維護(hù)連接的客戶端,其作用域僅限于當(dāng)前連接。