!--a11y-->
create_index_statement 
The
SQL statement CREATE INDEX (create_index_statement) is known in SAP DB, but has different syntax and semantics to Oracle (CREATE INDEX statement).
- The specification of CLUSTER <cluster>, INITRANS <integer>, MAXTRANS <integer>, TABLESPACE <tablespace>, STORAGE <storage_clause>, PCTFREE <integer>, and NOSORT is meaningless in SAP DB, but is accepted by the syntax.
- The index is generated in descending order in SAP DB when DESC is specified.
