ExamGecko
Question list
Search
Search

Question 76 - DS0-001 discussion

Report
Export

Which of the following database instances are created by default when SQL Server is installed? (Choose two.)

A.
Root
Answers
A.
Root
B.
Master
Answers
B.
Master
C.
Log
Answers
C.
Log
D.
Model
Answers
D.
Model
E.
View
Answers
E.
View
F.
Index
Answers
F.
Index
Suggested answer: B, D

Explanation:

The two database instances that are created by default when SQL Server is installed are master and model. Master is a system database that contains the information and settings of the SQL Server instance, such as the configuration, logins, endpoints, databases, etc. Master is essential for the operation and management of the SQL Server instance, and it should be backed up regularly. Model is a system database that serves as a template for creating new user databases. Model contains the default settings and objects, such as tables, views, procedures, etc., that will be inherited by the new user databases. Model can be modified to customize the new user databases according to specific needs or preferences. The other options are either not database instances or not created by default when SQL Server is installed. For example, root is not a database instance, but a term that refers to the highest level of access or privilege in a system; log is not a database instance, but a file that records the changes made by transactions on a database; view is not a database instance, but an object that represents a subset or a combination of data from one or more tables; index is not a database instance, but a data structure that stores the values of one or more columns of a table in a sorted order.Reference:CompTIA DataSys+ Course Outline, Domain 2.0 Database Deployment, Objective 2.3 Given a scenario, update database systems.

asked 02/10/2024
Lance Herbst
41 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first