判断题
A.DROP INDEX 索引名ON 表名B.ALTER TABLE 表名DROP INDEX 索引名C.ALTER TABLE 表名DROP PRIMARY KEYD.CREATE INDEX index_name ON table_name (column_list)