��⑴�创建索引
create�index �<index-name>�on �<relation-name> (<attribute-list>)
create index b-index on branch (branch-name)
�⑵�删除索引
drop index <index-name>

��注意,SQL-92标准不包括任何创建或删除索引结构的描述。事实上,标准甚至不需要SQL实现可支持索引!当然,实际上,每个商业关系型DBMS都支持一类或多类索引。