DURING SOME ELECTRICAL MAINTENANCE WORK IN YOUR SERVER ROOM, SOMEO...

10. During some electrical maintenance work in your server room, someone has mistakenly pressed the emergency power down button, which caused the entire server room to lose power. After bringing all servers and devices back online you still feel uneasy about the state of your main SQL Server 2008 database. What should you do to check the entire database for corruption and repair the corruption if possible?A. Connect to the database and execute SELECT * on every table. If the results are displayed, the database is uncorrupted; if not, the database must be restored from backup.B. Run DBCC CHECKTABLE on every table in the database.C. Run DBCC CHECKDB on the database.D. Run DBCC DBREINDEX on the database.