RDBMS Test 5

    Question 1Covering Index

    What is a covering index?

    Question 2RDBMS Data Types - Boolean Values

    Which data type is commonly used to store true/false (yes/no) values?

    Question 3View vs Table

    Which statement is true about views compared to tables?

    Question 4ACID Benefits

    What is the main benefit of enforcing ACID properties in RDBMS transactions?

    Question 5RDBMS - Parameterized Stored Procedures

    Why are parameters used in stored procedures?

    Question 6RDBMS - Example Systems

    Which of the following is an example of RDBMS software?

    Question 7Database Models - Relational Model Principle

    The relational model was proposed by:

    Question 8Column Constraints - RDBMS

    Which constraint ensures that a column cannot have NULL values?

    Question 9Primary Key vs Unique Constraint - RDBMS

    Which of the following is true about Primary Key vs Unique?

    Question 10Denormalization - Concept

    What is the purpose of denormalization in databases?

    Question 11Index and Query Optimization

    Which type of queries benefit most from indexes?

    Question 12RDBMS Data Types - Auto Increment Key

    Which numeric type is often used with AUTO INCREMENT for primary keys?

    Question 13Materialized View

    How does a materialized view differ from a normal view?

    Question 14Transaction Example

    In a banking application, transferring money between accounts is a transaction. Why must it follow ACID principles?

    Question 15RDBMS - Automation Benefits

    How do stored procedures, functions, and triggers help in database automation?

    Question 16RDBMS - Normalization Advantage

    Why is normalization used in RDBMS?

    Question 17Database Models - Use Cases

    Which database model is most suitable for real-time applications requiring navigation through relationships?

    Question 18Table Schema - RDBMS

    What does the schema of a table define?

    Question 19Importance of Constraints - Data Integrity in RDBMS

    Why are constraints like Primary Key, Foreign Key, and NOT NULL important?

    Question 20Normalization vs Denormalization

    Which statement is true?