InterviewSolution
Saved Bookmarks
| 1. |
Point out the wrong statement.(a) You cannot drop a database currently being used(b) A database cannot be dropped regardless of its state(c) Any database snapshots on a database must be dropped before the database can be dropped(d) None of the mentionedI had been asked this question in a job interview.This question is from Data Definition Language topic in division Creating the Physical Database Schema of SQL Server |
|
Answer» The CORRECT OPTION is (b) A DATABASE cannot be dropped regardless of its state |
|