SQL — Learn

SQL Server DBA Multiple Choice Questions

Review each question and reveal answers to strengthen your understanding

1 How do we delete a login?
✅ Correct Answer: 2
2 In which database state, the database is in single-user mode and may be repaired or restored.
✅ Correct Answer: 3
3 CREATE DATABASE has how many mandatory parameters?
✅ Correct Answer: 1
4 For every unique constraint on a column, SQL server will create
✅ Correct Answer: 4
5 Which operation, when performed on a database can throw an error
✅ Correct Answer: 4
6 What is the syntax for creating a new login on the SQL server?
✅ Correct Answer: 4
7 Why type of user is the default in SQL server?
✅ Correct Answer: 2
8 When SQL server is installed, which of the following databases are created by default?
✅ Correct Answer: 3
9 Which of the following below are valid database states?
✅ Correct Answer: 4
10 What is a MULTI_USER in SQL server?
✅ Correct Answer: 1
11 What is the difference between ad-hoc queries from stored procedures?
✅ Correct Answer: 1
Back to All Quizzes