Computer Science, asked by mallikarjun6296, 10 months ago

Which command is used to remove an index from the database in sql?

Answers

Answered by Anonymous
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 harshu994
1

Answer:

The DROP INDEX command is used to delete an index in a table.

Similar questions