RDBMS Test 4

    Question 1: Bitmap Index

    In which scenario is a bitmap index most effective?

    Question 2: RDBMS Data Types - Special Types

    Which special data type is used to store large binary objects such as images or videos?

    Question 3: View and Security

    How do views improve database security?

    Question 4: Commit and Rollback

    What is the purpose of COMMIT and ROLLBACK in transactions?

    Question 5: RDBMS - Trigger Example

    A trigger is created to log changes whenever a row is deleted from a table. This type of trigger is an example of:

    Question 6: RDBMS - SQL Role

    Which language is mainly used to interact with RDBMS?

    Question 7: Database Models - Network vs Relational

    Compared to the relational model, the network model:

    Question 8: Table Example in RDBMS

    If a table Students has columns (ID, Name, Age), then Name represents:

    Question 9: Composite Primary Key - Multiple Columns in RDBMS

    What is a composite primary key?

    Question 10: Normalization - 3NF Example

    Which of the following shows a transitive dependency?

    Question 11: Index Overhead

    What is a disadvantage of too many indexes?

    Question 12: RDBMS Data Types - Large Text Storage

    Which data type is suitable for storing very large text values such as articles or logs?

    Question 13: Dropping a View

    Which command is used to delete a view?

    Question 14: Isolation Levels

    Which isolation level allows maximum concurrency but may cause dirty reads?

    Question 15: RDBMS - Difference Between Procedure and Trigger

    Which statement is true?

    Question 16: RDBMS - Data Integrity

    Which type of integrity ensures that a foreign key must match a primary key in another table?

    Question 17: Database Models - Object-Oriented Advantages

    Which of these is an advantage of object-oriented databases?

    Question 18: Relationship Between Tables - RDBMS

    How do tables in a relational database establish relationships?

    Question 19: Referential Integrity - Foreign Key Role in RDBMS

    What happens if a foreign key value does not match a primary key in the referenced table?

    Question 20: Normalization - BCNF Violation

    Which situation requires BCNF instead of 3NF?