您可能感興趣的試卷
你可能感興趣的試題
A.M端實體的碼
B.N端實體的碼
C.M端實體碼與N端實體碼組合
D.重新選取其他屬性
A.實體類型
B.記錄類型
C.屬性類型
D.聯(lián)系類型
A.參照完整性是表間主鍵外鍵的關系
B.參照完整性屬于表間規(guī)則
C.對于永久關系的相關表,在更新、插入或刪除記錄時,如果改其一不改其二,就會影響數(shù)據(jù)的完整性
D.參照完整性的目的是保證某個數(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ù)庫的三級模式結構中,針對用戶所用到的那部分數(shù)據(jù)的邏輯描述是()。
數(shù)據(jù)庫中只存儲視圖的()。
一條UPDATE語句在某一時刻能更新多張表。
在SQL查詢語句的模糊查詢中,可以匹配0個到多個字符的通配符是()。
模型是()的模擬和抽象。
網(wǎng)絡模型可以任意節(jié)點上()
20世紀70年代,出現(xiàn)了()數(shù)據(jù)庫。
關系運算中只對行的操作稱為()。
目前()數(shù)據(jù)庫,已經(jīng)成為最為流行的商用數(shù)據(jù)庫。
每一個關系都有一個且僅有一個()。