1.

Which of the following query is used to enable a disabled index using CREATE INDEX?

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


Discussion

No Comment Found