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ì)稱性
最新試題
如果兩個(gè)用戶具有相同的名字但主機(jī)名不同,MySQL將其視為不同的用戶。
數(shù)據(jù)庫(kù)外模式與內(nèi)模式的映像實(shí)現(xiàn)了數(shù)據(jù)庫(kù)的物理數(shù)據(jù)獨(dú)立性。
存儲(chǔ)過程可以定義參數(shù)。
在MySQL的權(quán)限授予語(yǔ)句中,可用于指定權(quán)限級(jí)別的值中*.*表示當(dāng)前數(shù)據(jù)庫(kù)中的所有表。
在SQL語(yǔ)句中,數(shù)值型、字符型和日期型數(shù)據(jù)必須用單引號(hào)引起來。
對(duì)于空值,無論是按升序排列還是降序排列,都會(huì)在結(jié)果中最先顯示。
NF是一個(gè)可用的關(guān)系模式應(yīng)該滿足的最低范式。
Select查詢語(yǔ)句中into outfile子句的功能是將查詢結(jié)果輸出到指定文件中。
將2NF轉(zhuǎn)換為3NF是消除部分函數(shù)依賴的過程。
啟用日志不會(huì)降低MySQL數(shù)據(jù)庫(kù)的性能。