Question 1: Covering Index
What is a covering index?
Question 2: RDBMS Data Types - Boolean Values
Which data type is commonly used to store true/false (yes/no) values?
Question 3: View vs Table
Which statement is true about views compared to tables?
Question 4: ACID Benefits
What is the main benefit of enforcing ACID properties in RDBMS transactions?
Question 5: RDBMS - Parameterized Stored Procedures
Why are parameters used in stored procedures?
Question 6: RDBMS - Example Systems
Which of the following is an example of RDBMS software?
Question 7: Database Models - Relational Model Principle
The relational model was proposed by:
Question 8: Column Constraints - RDBMS
Which constraint ensures that a column cannot have NULL values?
Question 9: Primary Key vs Unique Constraint - RDBMS
Which of the following is true about Primary Key vs Unique?
Question 10: Denormalization - Concept
What is the purpose of denormalization in databases?
Question 11: Index and Query Optimization
Which type of queries benefit most from indexes?
Question 12: RDBMS Data Types - Auto Increment Key
Which numeric type is often used with AUTO INCREMENT for primary keys?
Question 13: Materialized View
How does a materialized view differ from a normal view?
Question 14: Transaction Example
In a banking application, transferring money between accounts is a transaction. Why must it follow ACID principles?
Question 15: RDBMS - Automation Benefits
How do stored procedures, functions, and triggers help in database automation?
Question 16: RDBMS - Normalization Advantage
Why is normalization used in RDBMS?
Question 17: Database Models - Use Cases
Which database model is most suitable for real-time applications requiring navigation through relationships?
Question 18: Table Schema - RDBMS
What does the schema of a table define?
Question 19: Importance of Constraints - Data Integrity in RDBMS
Why are constraints like Primary Key, Foreign Key, and NOT NULL important?
Question 20: Normalization vs Denormalization
Which statement is true?