C# Mastery Hub
Home
Challenges
Discussion
Lessons
Core Topics
C# Fundamentals
Console Applications
Classes & OOP
Windows Forms
ASP.NET Core
SQL Server
VS & SQL Connection
RDLC Reports
.NET MAUI
Getting Started
Getting Started
Website Development
SEO Guide
Security
Project Workflow
Extra Topics
Cloud & Deployment
AWS Cloud
Deployment
About
Contact
Test Your Knowledge
SQL Server - Lesson 1: SSMS Interface Tour Quiz
Answer all questions to test your understanding
1
What is SSMS used for?
Managing SQL Server databases
Writing C# code
Building websites
Creating mobile apps
2
What is the purpose of Object Explorer in SSMS?
To navigate and manage database objects
To write queries
To debug code
To design web pages
3
What command checks the SQL Server version?
SELECT @@VERSION
SELECT VERSION
SHOW VERSION
GET VERSION
4
What shortcut runs a query in SSMS?
F5
Ctrl+S
F10
Ctrl+R
5
Which databases are system databases in SQL Server?
master, model, msdb, tempdb
user1, user2, user3
system1, system2
data1, data2, data3
Submit Quiz