A.數(shù)據(jù)庫對創(chuàng)建表的數(shù)量沒有限制
B.創(chuàng)建數(shù)據(jù)庫表示不能同時創(chuàng)建約束
C.創(chuàng)建數(shù)據(jù)庫表的同時創(chuàng)建主鍵,實際上是在創(chuàng)建表后對表進(jìn)行修改
D.創(chuàng)建數(shù)據(jù)庫表的同時創(chuàng)建外鍵,實際上是在創(chuàng)建表后對表進(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
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
最新試題
正常情況下一般刪除命令都會有帶WHERE子句。
在insert語句中可以嵌入子查詢,通過子查詢將來自其他數(shù)據(jù)表的數(shù)據(jù)批量插入到所需的數(shù)據(jù)表中。
mysql變量有4種類型:局部變量、用戶變量、會話變量和全局變量。
在以下選項中哪些屬于視圖的功能()
在MySQL中如果權(quán)限授予不合理,可以通過EVOKE ALL PRIVILEGES ON *.*FROM’username’@’localhost’來收回對所有數(shù)據(jù)庫的所有權(quán)限。
批量記錄插入,可以不要求插入數(shù)據(jù)結(jié)構(gòu)匹配,與約束不沖突。
MySQL變量可分為兩大類,即用戶變量和系統(tǒng)變量。
在定義數(shù)據(jù)表結(jié)構(gòu)的時候,設(shè)置數(shù)據(jù)表之間的存在關(guān)系為“級聯(lián)更新”,會為保證數(shù)據(jù)一致性帶來方便,但也存在“一改全改”的數(shù)據(jù)變化風(fēng)險。
MySQL服務(wù)器通過()來維護(hù)連接的客戶端,其作用域僅限于當(dāng)前連接。
在以下選項中哪些屬于視圖的特點()