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
A.2008-3-4
B.2005-6-1
C.2005-3-7
最新試題
MySQL 5.0存貯過程的優(yōu)勢(shì)是()
在定義數(shù)據(jù)表結(jié)構(gòu)的時(shí)候,設(shè)置數(shù)據(jù)表之間的存在關(guān)系為“級(jí)聯(lián)更新”,會(huì)為保證數(shù)據(jù)一致性帶來方便,但也存在“一改全改”的數(shù)據(jù)變化風(fēng)險(xiǎn)。
/*……*/用來標(biāo)記程序的注釋部分,注釋的目的是增加程序的可讀性,其中的內(nèi)容不會(huì)被執(zhí)行。
想要實(shí)現(xiàn)級(jí)聯(lián)刪除必須在數(shù)據(jù)外鍵上設(shè)置“級(jí)聯(lián)”的更新或刪除。
DELETE語句中使用JOIN子句執(zhí)行跨表刪除時(shí),有INNER、LEFT、RIGHT即內(nèi)連接、左連接、右連接等不同的連接方式。
out模式定義的參數(shù)只能在過程體內(nèi)部賦值,表示該參數(shù)可以將某個(gè)值傳遞回調(diào)用他的過程。
在MYSQL中,存儲(chǔ)過程不可以帶有參數(shù)。
在MySQL中如果權(quán)限授予不合理,可以通過EVOKE ALL PRIVILEGES ON *.*FROM’username’@’localhost’來收回對(duì)所有數(shù)據(jù)庫的所有權(quán)限。
下列關(guān)于用戶權(quán)限說法正確的是()
MySQL通過賦予/撤銷某個(gè)用戶對(duì)某個(gè)數(shù)據(jù)庫或某個(gè)表的某項(xiàng)權(quán)力(讀、寫、更改、刪除等),來保證數(shù)據(jù)安全。