單項選擇題在SQL中,建立規(guī)則用的命令是()。

A.CREA TETABLE
B.CREA TERULE
C.CREA TEVIEW
D.CREA TEINDEX


您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題()完整性是指一個關(guān)系中所有主屬性不能取空值。

A.實體
B.域
C.引用
D.用戶定義

2.單項選擇題學生成績表grade中有字段score(float),現(xiàn)在要把所有在55至60分之間的分數(shù)提高5分,以下SQL語句正確的是()。

A.Update grade set score=score+5 where score in 55..60
B.Update grade set score=score+5 where score >=55 AND score <=60
C.Update grade set score=score+5 where score between 55 or 60
D.Update grade set score=score+5 where score <=55 and score >=60

3.單項選擇題()類型的完整性是通過定義給定表中主鍵實施的。

A.實體
B.域
C.引用
D.用戶定義

4.單項選擇題在查詢設(shè)計器中,不能與其他窗格保持同步的是()。

A.關(guān)系圖窗格
B.網(wǎng)格窗格
C.SQL窗格
D.結(jié)果窗格