單項選擇題在MySQL中修改表中字段用哪個關(guān)鍵字()

A.show
B.alter
C.create
D.drop


您可能感興趣的試卷

你可能感興趣的試題

2.單項選擇題在MYSQL數(shù)據(jù)庫中以下能夠刪除一列的是()

A.alter table emp remove addcolumn
B.alter table emp drop column addcolumn
C.alter table emp delete column addcolumn
D.alter table emp delete addcolumn

5.單項選擇題在MySql數(shù)據(jù)庫中,關(guān)于非空約束、唯一鍵的描述錯誤是哪個()

A.唯一鍵不能重復(fù);一個表可以有多個唯一鍵;
B.唯一鍵的不可以為null
C.一張表往往有很多字段需要具有唯一性,數(shù)據(jù)不能重復(fù)
D.一張表中只能有一個主鍵