1.

Which of the following query will disable the index on Employee table?

A. ALTER INDEX IX_Employee_OrganizationLevel_OrganizationNode EmployeeDISABLE;
B. ALTER INDEX IX_Employee_OrganizationLevel_OrganizationNode ON HumanResourcesDISABLE;
C. CREATE INDEX IX_Employee_OrganizationLevel_OrganizationNode ON HumanResources.EmployeeDISABLE;
D. None of the mentioned
Answer» B. ALTER INDEX IX_Employee_OrganizationLevel_OrganizationNode ON HumanResourcesDISABLE;


Discussion

No Comment Found

Related MCQs