创建索引 在sql语言中,建立索引使用 create index 语句 carete [unique][cluster]index<索引名> on<表名>(<列名>[<次序>][,<列名>[<次序>]]…);