A.alter table employee alter column state varchar(100)
B.alter table employee column state varchar(100)
C.alter table employee alter column of state varchar(100)
D.alter table employee add column state varchar(100)
您可能感興趣的試卷
你可能感興趣的試題
A.delete student where sex in(NULL)
B.delete student where sex=NULL
C.delete student where sex is NULL
D.delete student where is NULL(sex,O)is NULL
A.更新了多行數(shù)據(jù)
B.沒有數(shù)據(jù)更新
C.更新了一行數(shù)據(jù)
D.出現(xiàn)錯(cuò)誤
A.Insert into student(sid,sname)values(1,’Jack’)
B.Insert into student(sid,sname)values(1,"jack")
C.Insert into student values(1,"jack")
D.Insert into student values(’jack’)
A.declare
B.open
C.close
D.deallocate
A.原則性
B.一致性
C.持久性
D.對(duì)稱性
最新試題
概念模型獨(dú)立于任何一種數(shù)據(jù)模型,并且與具體的DBMS有關(guān)。
每一個(gè)約束都有一個(gè)名字,這個(gè)名字可以在約束定義時(shí)指定,也可以不指定而由DBMS來(lái)自動(dòng)命名。
一個(gè)表可以創(chuàng)建多個(gè)不同的視圖。
一個(gè)表上建立的索引越多,就越有利于查詢速度的提高。
NF是一個(gè)可用的關(guān)系模式應(yīng)該滿足的最低范式。
為了保護(hù)數(shù)據(jù)庫(kù),要盡可能多的使用root賬號(hào)來(lái)登錄,以此來(lái)確保數(shù)據(jù)的安全訪問(wèn)。
SQL語(yǔ)言使用INSERT語(yǔ)句添加新的數(shù)據(jù)行,既可以添加一行數(shù)據(jù),也可以成批添加。
Select查詢語(yǔ)句中into outfile子句的功能是將查詢結(jié)果輸出到指定文件中。
如果兩個(gè)用戶具有相同的名字但主機(jī)名不同,MySQL將其視為不同的用戶。
數(shù)據(jù)庫(kù)外模式與內(nèi)模式的映像實(shí)現(xiàn)了數(shù)據(jù)庫(kù)的物理數(shù)據(jù)獨(dú)立性。