Which of the following database instances are created by default when SQL Server is installed? (Choose two.)
Show answer and explanation
Correct answers: B, D
Master and model are system databases created during a SQL Server installation. Master contains instance-level system information needed to operate the installation. Model serves as the template used when new databases are created, supplying their initial structure and settings. Log, view, and index describe database components rather than default system databases.
