DROP INDEXDescriptionSyntaxExamplesDROP INDEXDescriptionDROP INDEX drops the index named index_name from the table table_name. Syntax> DROP INDEX index_name ON table_name;Examples> DROP INDEX PIndex ON Persons;