简单介绍一下关于索引的创建 查看 删除
创建: create index ID ON zyftest(ID)
查看:show index from zyftest
删除:drop index ID on zyftest