

MCQOPTIONS
Saved Bookmarks
1. |
Which of the following rebuilds the IX_Employee_OrganizationLevel_OrganizationNode index with a fill factor of 80 on the HumanResources.Employee table? |
A. | ALTER INDEX IX_Employee_OrganizationLevel_OrganizationNode ON HumanResources |
B. | CREATE INDEX IX_Employee_OrganizationLevel_OrganizationNode ON HumanResources.Employee |
C. | ALTER INDEX IX_Employee_OrganizationLevel_OrganizationNode ON HumanResources.Employee |
D. | All of the mentioned |
Answer» D. All of the mentioned | |