A. CREATE TABLE student B. CREATE TABLEstudent C. ALTER TABLEstudent DROP TABLEstudent
A. 可以修改表中列名称 B. 可以修改表中列的类型和宽度 C. 可以添加列 D. 可以删除列