A.基本工資
B.職稱
C.姓名
D.身份證號(hào)碼
您可能感興趣的試卷
你可能感興趣的試題
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.實(shí)體完整性
B.參照完整性
C.用戶定義的完整性
D.實(shí)體完整性、參照完整性和用戶定義的完整性
A.CREA TETABLE
B.CREA TERULE
C.CREA TEVIEW
D.CREA TEINDEX
A.實(shí)體
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
最新試題
透過(guò)視圖的更新被保存在視圖中。
順序封鎖發(fā)能夠解決死鎖。
建立學(xué)生表[Student],其中學(xué)號(hào)屬性不能為空,并且其值是唯一的。
關(guān)系數(shù)據(jù)庫(kù)中查詢優(yōu)化是可以省略的。
關(guān)于數(shù)據(jù)庫(kù)的恢復(fù)技術(shù),下面說(shuō)法正確的是()
創(chuàng)建視圖[學(xué)生成績(jī)表視圖],視圖中包括學(xué)號(hào)(Sno)、姓名(Sname)、課程號(hào)(Cno)、課程名(Cname)、成績(jī)(Grade)。
建立索引是為了加快查詢速度。因此,對(duì)一個(gè)基本表可以建立多個(gè)索引。
投影運(yùn)算是二元運(yùn)算符。
查考試成績(jī)有不及格的學(xué)生的學(xué)號(hào)。
查計(jì)算機(jī)系姓趙的男同學(xué)的姓名(Sname)、性別(Ssex)、年齡(Sage)。