A.alter table temp alter column hostname varchar(1100)
B.alter table temp column hostname varchar(100)
C.alter table temp alter column of hostname varchar(100)
D.alter table temp add column hostname varchar(100)
您可能感興趣的試卷
你可能感興趣的試題
A.實體完整性
B.參照完整性
C.用戶定義的完整性
D.實體完整性、參照完整性和用戶定義的完整性
A.CREA TETABLE
B.CREA TERULE
C.CREA TEVIEW
D.CREA TEINDEX
A.實體
B.域
C.引用
D.用戶定義
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
A.實體
B.域
C.引用
D.用戶定義
最新試題
介質(zhì)故障是最容易發(fā)生的一種故障。
查考試成績有不及格的學(xué)生的學(xué)號。
建立學(xué)生表[Student],其中學(xué)號屬性不能為空,并且其值是唯一的。
關(guān)系數(shù)據(jù)庫中查詢優(yōu)化是可以省略的。
查計算機系姓趙的男同學(xué)的姓名(Sname)、性別(Ssex)、年齡(Sage)。
DBMS執(zhí)行CREATE VIEW語句的時執(zhí)行其中的SELECT語句,并保存結(jié)果。
對于已提交事務(wù),恢復(fù)時需要做redo操作。
代數(shù)優(yōu)化是通過存儲路徑和底層操作算法的選擇進行優(yōu)化。
將學(xué)號為05001學(xué)生的年齡改為22歲。
應(yīng)該盡量避免笛卡爾積運算。