1.

Which of the following query disables all the indexes on Employee table?

A. ALTER INDEX MUL ON HumanResources.EmployeeDISABLE;
B. ALTER INDEX NEST ON HumanResources.EmployeeDISABLE;
C. ALTER INDEX ALL ON HumanResources.EmployeeENABLE;
D. ALTER INDEX ALL ON HumanResources.EmployeeDISABLE;
Answer» E.


Discussion

No Comment Found

Related MCQs