The DROP INDEX statement is used to delete an index in a table.
ALTER TABLE table_name
DROP INDEX index_name;
DROP INDEX index_name;
Practice Excercise Practice now
The DROP INDEX statement is used to delete an index in a table.
Practice Excercise Practice now