Microsoft SQL Server Database Quiz Questions

Chapter Name:Chapter 8 - RDBMS Concepts
Lesson Content Link:What is RDBMS
Current Quiz Count:45
Progress
0%
Q1
True / False

An RDBMS stands for Relational Database Management System.

Q2
True / False

In an RDBMS, data is stored in tables with rows and columns.

Q3
True / False

RDBMSs do not support SQL as a query language.

Q4
True / False

Normalization is a process in RDBMS used to reduce data redundancy.

Q5
True / False

In an RDBMS, a primary key uniquely identifies a record in a table.

Q6
True / False

Foreign keys are used to enforce referential integrity between tables in an RDBMS.

Q7
True / False

An RDBMS supports the concept of transactions to ensure data integrity.

Q8
True / False

RDBMSs typically do not support constraints like UNIQUE and CHECK.

Q9
True / False

Views in an RDBMS can be used to simplify complex queries.

Q10
True / False

An RDBMS supports multiple user access and concurrent data modification.

Q11
Multiple Choice

Which of the following is a feature of an RDBMS?

Q12
Multiple Choice

Which constraints are commonly used in an RDBMS?

Q13
Multiple Choice

Which SQL commands are used to enforce constraints in an RDBMS?

Q14
Multiple Choice

Which of the following are types of SQL JOINs supported by an RDBMS?

Q15
Multiple Choice

Which of the following SQL clauses are used for data filtering?

Q16
Multiple Choice

Which SQL functions are used to perform aggregation in an RDBMS?

Q17
Multiple Choice

Which clauses are used to sort results in SQL?

Q18
Multiple Choice

What types of SQL statements are used for modifying data?

Q19
Multiple Choice

Which commands are used to remove data or structure in an RDBMS?

Q20
Multiple Choice

Which SQL keywords are associated with creating and managing tables?

Q21
Single Choice

In SQL, what does the DISTINCT keyword do?

Q22
Single Choice

What is the function of the GROUP BY clause in SQL?

Q23
Single Choice

Which SQL function is used to calculate the total of a numeric column?

Q24
Single Choice

What does the UPDATE statement do in SQL?

Q25
Single Choice

Which SQL clause is used to sort the results of a query?

Q26
Single Choice

In an RDBMS, what does a FOREIGN KEY do?

Q27
Single Choice

What is the purpose of a PRIMARY KEY in an RDBMS?

Q28
Single Choice

Which SQL command is used to create a new table?

Q29
Single Choice

Which SQL function is used to find the largest value in a column?

Q30
Single Choice

What does the DISTINCT keyword do in an SQL query?

Q31
Single Choice

Which clause is used to limit the number of rows returned by a query?

Q32
Single Choice

What is a view in SQL?

Q33
Single Choice

Which SQL statement is used to remove all rows from a table without deleting the table structure?

Q34
Single Choice

Which SQL statement is used to modify the structure of an existing table?

Q35
Single Choice

What is a stored procedure in SQL?

Q36
Single Choice

What is a trigger in SQL?

Q37
Single Choice

Which SQL keyword is used to define a unique constraint on a column?

Q38
Single Choice

What does the JOIN clause do in SQL?

Q39
Single Choice

What is a schema in SQL Server?

Q40
Single Choice

Which SQL keyword is used to create an index on a table?

Q41
Single Choice

Which SQL statement is used to get the current date and time?

Q42
Single Choice

What is the purpose of the EXECUTE command in SQL?

Q43
Single Choice

Which SQL function is used to get the length of a string?

Q44
Single Choice

What is the function of the NULLIF() function in SQL?

Q45
Single Choice

Which of the following is a DDL command in SQL?