A.show B.alter C.create D.drop
A.FIND B.SELETE C.ALTER D.DESC
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