This database will be flushed when SQL Server restarts
-
model
-
msdb
-
tempdb
-
MSSQLSystemResource
C
Correct answer
Explanation
tempdb is a system database in SQL Server that is recreated every time the SQL Server service restarts. It stores temporary objects and is always empty when SQL Server starts. The master database contains system metadata, msdb stores SQL Agent jobs and other service information, and MSSQLSystemResource is a read-only database containing system object definitions - none of these are flushed on restart.