A.M端實(shí)體的碼
B.N端實(shí)體的碼
C.M端實(shí)體碼與N端實(shí)體碼組合
D.重新選取其他屬性
您可能感興趣的試卷
你可能感興趣的試題
A.實(shí)體類(lèi)型
B.記錄類(lèi)型
C.屬性類(lèi)型
D.聯(lián)系類(lèi)型
A.參照完整性是表間主鍵外鍵的關(guān)系
B.參照完整性屬于表間規(guī)則
C.對(duì)于永久關(guān)系的相關(guān)表,在更新、插入或刪除記錄時(shí),如果改其一不改其二,就會(huì)影響數(shù)據(jù)的完整性
D.參照完整性的目的是保證某個(gè)數(shù)據(jù)表中數(shù)據(jù)的正確性
A.Select to_char(sysdate,’yyyy’)from dual
B.Select to_char(substr(sysdate,8,2),’year’)from dual
C.Select to_date(sysdate,’yyyy’)from dual
D.Select decode(substr(sysdate,8),’YYYY’)from dual
A.select productid from orders where count (productid)>1
B.select productid from orders where max (productid)>1
C.select productid from orders where having count(productid)>1group by productid
D.select productid from orders group by productid having count(productid)>1
A.select seg.rowcount from dual;
B.select seq.rowid from dual;
C.select seg.currval from dual;
D.select seq.nextval from dual;
最新試題
()都是視圖的優(yōu)點(diǎn)
安裝SQL Server 2005之前,一定要先安裝()
關(guān)系運(yùn)算中只對(duì)行的操作稱(chēng)為()。
下面可以用SELECT語(yǔ)句進(jìn)行查詢(xún)的是那些內(nèi)容?()
SQL Server 2005提供了()備份類(lèi)型。
目前()數(shù)據(jù)庫(kù),已經(jīng)成為最為流行的商用數(shù)據(jù)庫(kù)。
有having子句,則該查詢(xún)語(yǔ)句中肯定含有關(guān)鍵字()。
SQL Server 2005(),是超大型企業(yè)的理想選擇,能滿(mǎn)足最復(fù)雜的要求。
在數(shù)據(jù)庫(kù)的三級(jí)模式中,邏輯模式有()。
一條UPDATE語(yǔ)句在某一時(shí)刻能更新多張表。