A.提高查詢的檢索性能
B.創(chuàng)建唯一索引
C.與SQLServer數(shù)據(jù)檢索的速度無關(guān)
D.加快數(shù)據(jù)庫打開的速度
您可能感興趣的試卷
你可能感興趣的試題
A.數(shù)據(jù)庫對(duì)創(chuàng)建表的數(shù)量沒有限制
B.創(chuàng)建數(shù)據(jù)庫表示不能同時(shí)創(chuàng)建約束
C.創(chuàng)建數(shù)據(jù)庫表的同時(shí)創(chuàng)建主鍵,實(shí)際上是在創(chuàng)建表后對(duì)表進(jìn)行修改
D.創(chuàng)建數(shù)據(jù)庫表的同時(shí)創(chuàng)建外鍵,實(shí)際上是在創(chuàng)建表后對(duì)表進(jìn)行修改
A.GROUP BY WHERE HAVING
B.WHE REGROUP BY HAVING
C.WHE REHAVING GROUP BY
D.HAVING WHERE GROUP BY
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
![](https://static.ppkao.com/ppmg/img/appqrcode.png)
最新試題
用戶可以超出權(quán)限控制對(duì)數(shù)據(jù)庫進(jìn)行訪問。
以下關(guān)于級(jí)聯(lián)刪除描述正確的是()
在MySQL中,使用insert語句向數(shù)據(jù)庫表插入數(shù)據(jù)記錄的方式有()
正常情況下一般刪除命令都會(huì)有帶WHERE子句。
/*……*/用來標(biāo)記程序的注釋部分,注釋的目的是增加程序的可讀性,其中的內(nèi)容不會(huì)被執(zhí)行。
MYSQL存儲(chǔ)過程優(yōu)點(diǎn)有,封裝性、增強(qiáng)SQL語句的功能和靈活性、減少網(wǎng)絡(luò)流量、高數(shù)據(jù)庫的安全性和數(shù)據(jù)的完整性。
在MYSQL中,存儲(chǔ)過程不可以帶有參數(shù)。
在實(shí)際應(yīng)用中,為了防止新建視圖與已存在的視圖重名產(chǎn)生沖突,常用CREATE OR REPLACE VIEW來創(chuàng)建新視圖。
存儲(chǔ)過程一經(jīng)定義,就可以被反復(fù)調(diào)用,從而實(shí)現(xiàn)了代碼的復(fù)用性、封裝性、高性能等。
MySQL服務(wù)器通過()來維護(hù)連接的客戶端,其作用域僅限于當(dāng)前連接。