如何索引数据库列 [英] How do I index a database column

查看:74
本文介绍了如何索引数据库列的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

希望我可以得到每个数据库服务器的答案。



有关索引工作检查的概述:

p>以下是SQL92标准,因此应该由使用SQL的大多数RDMBS支持:

  CREATE INDEX [index name] ON [table name]([column name])


Hopefully, I can get answers for each database server.

For an outline of how indexing works check out: How does database indexing work?

解决方案

The following is SQL92 standard so should be supported by the majority of RDMBS that use SQL:

CREATE INDEX [index name] ON [table name] ( [column name] )

这篇关于如何索引数据库列的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆