A. desc tables B. show databases C. create tables D. show tables
A. 对 B. 错
A. alter table 表名add新列名 列定义 B. alter table 表名drop新列名 列定义 C. alter table 表名change新列名 列定义 D. alter table 表名modify新列名 列定义