A.設(shè)置了unique的字段的值必須唯一
B.設(shè)置了unique的字段的值不能為null
C.設(shè)置了primary key的字段一定設(shè)置有unique屬性
D.設(shè)置了unique的字段一定有索引
您可能感興趣的試卷
你可能感興趣的試題
A.主鍵
B.外鍵
C.默認(rèn)值
D.UNIQUE約束
A.只是修改
B.只是插入
C.只是刪除
D.修改、插入、刪除
A.SELECT quantity,UnitPrice FROM sales
B.SELECT quantity,UnitPrice,quantity+UnitPrice AS totalPrices FROM sales
C.SELECT quantity,UnitPrice,quantity*UnitPrice AS totalPrices FROM sales
D.SELECT quantity,UnitPrice,sum(quantity*UnitPrice) AS totalPrice FROM sales
A.selectc ompanyname,fax from suppliers where fax is null
B.select companyname,fax from suppliers where country in(’China’,’Italy’)
C.select companyname,fax from suppliers where country=’China’ or country=’Italy’
D.select companyname,fax from suppliers where fax=null
A.a11
B.distinct
C.order
D.group
最新試題
MySQL配置文件修改后,保存即刻生效。
在查詢語(yǔ)句中,一個(gè)表可以與它自己進(jìn)行連接。
SQL是一種非過(guò)程化的語(yǔ)言,只需告訴數(shù)據(jù)庫(kù)干什么,不必告訴怎么干。
每次修改my.ini 文件中的參數(shù)后,必須重新啟動(dòng)MySQL 服務(wù)才會(huì)生效。
索引一定比表中的數(shù)據(jù)占用的存儲(chǔ)空間小。
嵌套子查詢只能返回一行數(shù)據(jù)。
觸發(fā)器是基于一表創(chuàng)建的,所以只能對(duì)該表操作。
聯(lián)系只存在于不同的實(shí)體集之間,同一實(shí)體集內(nèi)部不存在聯(lián)系。
如果表之間存在聯(lián)系,則應(yīng)先創(chuàng)建子表,再創(chuàng)建父表。
NF是一個(gè)可用的關(guān)系模式應(yīng)該滿足的最低范式。