Which command is used to remove an index from the database in sql?
Answers
Answered by
3
In MySQL, DROP INDEX drops the index named from the table. This statement is mapped to an ALTER TABLE statement to drop the index. In Oracle, DROP INDEX statement is used to remove an index or domain index from the database. plz mark it a braiist
Answered by
1
Answer:
The DROP INDEX command is used to delete an index in a table.
Similar questions
Social Sciences,
5 months ago
English,
5 months ago
Political Science,
10 months ago
English,
1 year ago
Math,
1 year ago