You work as a Database Administrator for Domain.com. You have created a table named
Employees and an index named emp_index. You find that the index is not working properly and
thus you want to remove it. Which of the following statements will you use to accomplish the task?
A.
DELETE INDEX emp_index
B.
REMOVE INDEX emp_index
C.
CANCEL INDEX emp_index
D.
DROP INDEX emp_index