Show TOC

create_index_statementLocate this document in the navigation structure

			
<create_index_statement>::=
  CREATE [UNIQUE] INDEX <index_name> ON <table_name> (<index_spec>)