Was this helpful?
Create Index Statement
Creates an index on an existing table.
Syntax:
create [unique] index [schema.]index_name
              on [schema.]table_name
              (column_name {, column_name})
              [with with_clause];
Last modified date: 12/20/2023