A.提高查詢的檢索性能
B.創(chuàng)建唯一索引
C.與SQLServer數(shù)據(jù)檢索的速度無關
D.加快數(shù)據(jù)庫打開的速度
您可能感興趣的試卷
你可能感興趣的試題
A.數(shù)據(jù)庫對創(chuàng)建表的數(shù)量沒有限制
B.創(chuàng)建數(shù)據(jù)庫表示不能同時創(chuàng)建約束
C.創(chuàng)建數(shù)據(jù)庫表的同時創(chuàng)建主鍵,實際上是在創(chuàng)建表后對表進行修改
D.創(chuàng)建數(shù)據(jù)庫表的同時創(chuàng)建外鍵,實際上是在創(chuàng)建表后對表進行修改
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)
最新試題
用戶可以超出權限控制對數(shù)據(jù)庫進行訪問。
MySQL變量可分為兩大類,即用戶變量和系統(tǒng)變量。
以下關于級聯(lián)刪除描述正確的是()
正常情況下一般刪除命令都會有帶WHERE子句。
在MySQL中如果權限授予不合理,可以通過EVOKE ALL PRIVILEGES ON *.*FROM’username’@’localhost’來收回對所有數(shù)據(jù)庫的所有權限。
在MYSQL中,存儲過程不可以帶有參數(shù)。
在MySQL中,使用insert語句向數(shù)據(jù)庫表插入數(shù)據(jù)記錄的方式有()
插入作為一種SQL操作,除了需要正確的命令語法外,還要求插入數(shù)據(jù)必須與數(shù)據(jù)表上的(),否則正確的語法也無法實現(xiàn)正常的插入操作。
想要實現(xiàn)級聯(lián)刪除必須在數(shù)據(jù)外鍵上設置“級聯(lián)”的更新或刪除。
mysql變量有4種類型:局部變量、用戶變量、會話變量和全局變量。