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
最新試題
/*……*/用來(lái)標(biāo)記程序的注釋部分,注釋的目的是增加程序的可讀性,其中的內(nèi)容不會(huì)被執(zhí)行。
在MYSQL中,存儲(chǔ)過(guò)程不可以帶有參數(shù)。
在以下選項(xiàng)中哪些屬于視圖的功能()
在實(shí)際應(yīng)用中,為了防止新建視圖與已存在的視圖重名產(chǎn)生沖突,常用CREATE OR REPLACE VIEW來(lái)創(chuàng)建新視圖。
MySQL變量可分為兩大類,即()
MySQL服務(wù)器通過(guò)()來(lái)維護(hù)連接的客戶端,其作用域僅限于當(dāng)前連接。
MYSQL存儲(chǔ)過(guò)程優(yōu)點(diǎn)有,封裝性、增強(qiáng)SQL語(yǔ)句的功能和靈活性、減少網(wǎng)絡(luò)流量、高數(shù)據(jù)庫(kù)的安全性和數(shù)據(jù)的完整性。
MySQL 5.0存貯過(guò)程的優(yōu)勢(shì)是()
視圖的意義:為用戶集中提取數(shù)據(jù)、隱蔽數(shù)據(jù)庫(kù)的復(fù)雜性,使操作簡(jiǎn)便化、增加數(shù)據(jù)的安全性、提高表的邏輯獨(dú)立性。
在定義數(shù)據(jù)表結(jié)構(gòu)的時(shí)候,設(shè)置數(shù)據(jù)表之間的存在關(guān)系為“級(jí)聯(lián)更新”,會(huì)為保證數(shù)據(jù)一致性帶來(lái)方便,但也存在“一改全改”的數(shù)據(jù)變化風(fēng)險(xiǎn)。