Reference Guide > TDV SQL Script > SQL Script Statement Reference > DROP INDEX
 
DROP INDEX
Deletes the index in a table.
Syntax
DROP INDEX index_name ON table_name;