Database-Management-System
August 29, 2024Database-Management-System
August 29, 2024Database-Management-System
Question 270 |
Which command is used to remove an index from the database in SQL?
DROP INDEX | |
REMOVE INDEX
| |
ROLL BACK INDEX | |
DELETE INDEX |
Question 270 Explanation:
The DROP INDEX command is used to delete an index in a table.
Correct Answer: A
Question 270 Explanation:
The DROP INDEX command is used to delete an index in a table.