InterviewSolution
Saved Bookmarks
| 1. |
Which is the most important system database?(a) Northwind(b) Master(c) Tempdb(d) All of the mentionedThe question was asked in examination.My question is from System Databases topic in portion System and Sample Databases of SQL Server |
|
Answer» CORRECT answer is (b) Master To explain: The master DATABASE RECORDS all of the system LEVEL information for a SQL SERVER system. |
|