A.參照完整性是表間主鍵外鍵的關(guān)系
B.參照完整性屬于表間規(guī)則
C.對于永久關(guān)系的相關(guān)表,在更新、插入或刪除記錄時,如果改其一不改其二,就會影響數(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
A.select seg.rowcount from dual;
B.select seq.rowid from dual;
C.select seg.currval from dual;
D.select seq.nextval from dual;
A.select ename,sal*12’Annual Salary’from emp
B.select ename,sal*12“Annual Salary”from emp
C.select ename,sal*12as Annual Salary from emp
D.select ename,sal*12as initcap(“ANNUAL SALARY”)from emp
A.select ename from emp where sysdate-hiredate>5
B.select ename from emp where hiredate-sysdate>5
C.select ename from emp where (sysdate-hiredate)/365>5
D.select ename from emp where(sysdate-hiredate)*365>5
最新試題
一條UPDATE語句在某一時刻能更新多張表。
()都是視圖的優(yōu)點
下面可以用SELECT語句進行查詢的是那些內(nèi)容?()
在數(shù)據(jù)庫的三級模式中,邏輯模式有()。
在SQL語句中,用戶只能通過基本表查詢數(shù)據(jù)。
數(shù)字數(shù)據(jù)類型,只能包含()
在數(shù)據(jù)庫的三級模式結(jié)構(gòu)中,針對用戶所用到的那部分數(shù)據(jù)的邏輯描述是()。
數(shù)據(jù)模型的類型并不能夠決定數(shù)據(jù)庫系統(tǒng)的類型。
SQL Server 2005提供了()備份類型。
數(shù)據(jù)表創(chuàng)建后,SQL ?Server2005就會記錄下該表的名稱()和表類型等。