MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following query will disable the index on Employee table? |
| A. | ALTER INDEX IX_Employee_OrganizationLevel_OrganizationNode Employee |
| B. | ALTER INDEX IX_Employee_OrganizationLevel_OrganizationNode ON HumanResources |
| C. | CREATE INDEX IX_Employee_OrganizationLevel_OrganizationNode ON HumanResources.Employee |
| D. | None of the mentioned |
| Answer» B. ALTER INDEX IX_Employee_OrganizationLevel_OrganizationNode ON HumanResources | |