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;
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;