A. CREATE TABLE 表名.列名 INDEX 索引名称 B. CREATE TABLE INDEX 索引名称 ON 表名(列名) CREATE UNIQUE INDEX 索引名称 ON 表名(列名) D. CREATE TABLE 表名 INDEX 索引名称 ON 列名