1.

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

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


Discussion

No Comment Found