index :
索引:建立索引的目的是提高数据查询的速度。
1:建立索引 index
eg:对birthday 字段经常进行查询操作,可以考虑在该字段上建立 index 。
create index t_stutdent_index on t_student(birthday);
create index 索引名 on 表名(字段);
删除索引
drop index 索引名。
Posted 青蛙跳跳
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了关于index 索引相关的知识,希望对你有一定的参考价值。
以上是关于关于index 索引的主要内容,如果未能解决你的问题,请参考以下文章