RDBMS Test 4

    Question 1Bitmap Index

    In which scenario is a bitmap index most effective?

    Question 2RDBMS Data Types - Special Types

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

    Question 3View and Security

    How do views improve database security?

    Question 4Commit and Rollback

    What is the purpose of COMMIT and ROLLBACK in transactions?

    Question 5RDBMS - 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 6RDBMS - SQL Role

    Which language is mainly used to interact with RDBMS?

    Question 7Database Models - Network vs Relational

    Compared to the relational model, the network model:

    Question 8Table Example in RDBMS

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

    Question 9Composite Primary Key - Multiple Columns in RDBMS

    What is a composite primary key?

    Question 10Normalization - 3NF Example

    Which of the following shows a transitive dependency?

    Question 11Index Overhead

    What is a disadvantage of too many indexes?

    Question 12RDBMS Data Types - Large Text Storage

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

    Question 13Dropping a View

    Which command is used to delete a view?

    Question 14Isolation Levels

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

    Question 15RDBMS - Difference Between Procedure and Trigger

    Which statement is true?

    Question 16RDBMS - Data Integrity

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

    Question 17Database Models - Object-Oriented Advantages

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

    Question 18Relationship Between Tables - RDBMS

    How do tables in a relational database establish relationships?

    Question 19Referential Integrity - Foreign Key Role in RDBMS

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

    Question 20Normalization - BCNF Violation

    Which situation requires BCNF instead of 3NF?