1.

Which database is used as template for all databases?(a) Northwind(b) Master(c) Tempdb(d) ModelThe question was posed to me by my college professor while I was bunking the class.The origin of the question is System Databases topic in division System and Sample Databases of SQL Server

Answer»

Correct choice is (d) Model

Explanation: When a CREATE DATABASE STATEMENT is ISSUED, the first part of the database is created by copying in the contents of the model database.



Discussion

No Comment Found

Related InterviewSolutions