MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following query disables all the indexes on Employee table? |
| A. | ALTER INDEX MUL ON HumanResources.Employee |
| B. | ALTER INDEX NEST ON HumanResources.Employee |
| C. | ALTER INDEX ALL ON HumanResources.Employee |
| D. | ALTER INDEX ALL ON HumanResources.Employee |
| Answer» D. ALTER INDEX ALL ON HumanResources.Employee | |