1.

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

A. ALTER INDEX MUL ON HumanResources.Employee DISABLE;
B. ALTER INDEX NEST ON HumanResources.Employee DISABLE;
C. ALTER INDEX ALL ON HumanResources.Employee ENABLE;
D. ALTER INDEX ALL ON HumanResources.Employee DISABLE;
Answer» E.


Discussion

No Comment Found