A.alter table emp remove addcolumnB.alter table emp drop column addcolumnC.alter table emp delete column addcolumnD.alter table emp delete addcolumn
A.不能为空B.必须唯一C.必须自增D.可以是字符串
A.primary keyB.not nullC.uniqueD.auto_increment