InterviewSolution
Saved Bookmarks
| 1. |
Point out the correct statement.(a) When a database is dropped, the master database should be backed up(b) You can drop a database currently being used(c) Dropping a database snapshot does not delete the database snapshot from an instance of SQL Server(d) None of the mentionedI got this question during an interview for a job.This intriguing question originated from Data Definition Language in chapter Creating the Physical Database Schema of SQL Server |
|
Answer» The correct answer is (a) When a DATABASE is dropped, the MASTER database should be backed up |
|