Account
Categories

DROP INDEX


DELETE INDEX:
It is a command used to delete a created index which was created in the column.

Syntax:

DROP INDEX index_name ON table_name;