Deletes an index from an SQL table.
DROP INDEX index-name
index-name =
index-qualifier.index-identifier
index-qualifier
the base-table-name.
index-identifier
The name of the required index.
Only the SQL owner of the table can perform this statement. The owner must have SQL Catalog Maintenance privilege set in the Reality security profile
index-qualifier is required.
DROP INDEX EMP.DEPTIDX