InterviewSolution
Saved Bookmarks
| 1. |
Which of the following database cannot be dropped?(a) TEMPDB(b) Master(c) MSDB(d) All of the mentionedI have been asked this question by my college professor while I was bunking the class.My doubt stems from Data Definition Language topic in section Creating the Physical Database Schema of SQL Server |
|
Answer» CORRECT CHOICE is (d) All of the mentioned Explanation: SYSTEM DATABASES cannot be DROPPED. |
|