InterviewSolution
Saved Bookmarks
| 1. |
When does most ALTER DATABASE statements fail?(a) Database is in the RESTORING state(b) Database is in the STORING state(c) Database is in the RESTORE state(d) None of the mentionedThis question was addressed to me in class test.My question comes from Data Definition Language in chapter Creating the Physical Database Schema of SQL Server |
|
Answer» Right option is (a) DATABASE is in the RESTORING state |
|