You are on page 1of 1

Database Management 1

QUIZ

Part 1: Introduction to SQL Server


Module 1 Basic Relational Database Design
1. Explain the difference between system objects and user objects.
2. Describe normalization.
3. What is the difference between a DDL trigger and a DML trigger?
4. Name three attributes of a good primary key.
5. What is a foreign key?
6. Name two things that can be returned by a user-defined function.
7. Name the SQL Server system databases.
8. What is the number one goal of relational database design?
9. Antinormalization is a term used to describe the process of violating the rules of normalization (true/false).
10. Name two types of overall integrity rules.

Module 2 SQL Server Basics


1. Discuss the advantages of SQL Server Express.
2. Name some limitations of SQL Server Express.
3. Name some advantages of SQL Server Mobile Edition.
4. Name the version of SQL Server designed for small businesses or departments in larger enterprises.
5. What version of SQL Server supports four CPUs?
6. SQL Server Developer Edition enables you to create databases of any size (true/false).
7. Name the management tool available for SQL Server Mobile Edition.
8. You are prompted for authentication model during the installation of the SQL Server Express database engine
(true/false).
9. Name the management tool you use to manage SQL Server Express databases.
10. Name the tree view that enables you to view the objects managed by your SQL Server.

Module 3 Getting to Know the SQL Server Management Studio


1. Explain what the Master database is used for.
2. Explain how you utilize the Model database.
3. Describe MSDB and what it does.
4. What is a linked server?
5. What is a DDL trigger?
6. TempDB is one of the system databases (true/false).
7. It is always okay to delete a log file (true/false).
8. What is a Server Role?
9. Credentials are made up of what?
10. Name two types of backup devices.

Quiz

You might also like