您可能感興趣的試卷
你可能感興趣的試題
A.M端實(shí)體的碼
B.N端實(shí)體的碼
C.M端實(shí)體碼與N端實(shí)體碼組合
D.重新選取其他屬性
A.實(shí)體類型
B.記錄類型
C.屬性類型
D.聯(lián)系類型
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
最新試題
模型是()的模擬和抽象。
數(shù)據(jù)庫(kù)備份是創(chuàng)建完整數(shù)據(jù)庫(kù)、數(shù)據(jù)文件或日志文件的()
連接可以用笛卡兒積、選擇和投影表達(dá)。
關(guān)系代數(shù)是一種抽象的查詢語(yǔ)言,用關(guān)系的運(yùn)算來(lái)表達(dá)查詢。
數(shù)據(jù)庫(kù)中只存儲(chǔ)視圖的()。
以下是對(duì)數(shù)據(jù)庫(kù)中視圖的描述,正確的是()
20世紀(jì)70年代,出現(xiàn)了()數(shù)據(jù)庫(kù)。
安裝SQL Server 2005之前,一定要先安裝()
在SQL語(yǔ)句中,用戶只能通過(guò)基本表查詢數(shù)據(jù)。
一條UPDATE語(yǔ)句在某一時(shí)刻能更新多張表。