Q1
True / FalseAn RDBMS stands for Relational Database Management System.
RDBMS is indeed short for Relational Database Management System, which is designed to manage relational databases.
Q2
True / FalseIn an RDBMS, data is stored in tables with rows and columns.
RDBMS uses tables to organize data, where each table is a collection of rows and columns.
Q3
True / FalseRDBMSs do not support SQL as a query language.
RDBMSs use SQL (Structured Query Language) for querying and managing the data.
Q4
True / FalseNormalization is a process in RDBMS used to reduce data redundancy.
Normalization helps in reducing data redundancy and improving data integrity.
Q5
True / FalseIn an RDBMS, a primary key uniquely identifies a record in a table.
A primary key is a unique identifier for each record in a table.
Q6
True / FalseForeign keys are used to enforce referential integrity between tables in an RDBMS.
Foreign keys create a relationship between tables to enforce referential integrity.
Q7
True / FalseAn RDBMS supports the concept of transactions to ensure data integrity.
Transactions in an RDBMS ensure that a series of operations are completed successfully or not at all, maintaining data integrity.
Q8
True / FalseRDBMSs typically do not support constraints like UNIQUE and CHECK.
RDBMSs support various constraints, including UNIQUE and CHECK, to enforce data integrity.
Q9
True / FalseViews in an RDBMS can be used to simplify complex queries.
Views are used to present data from one or more tables in a simplified format.
Q10
True / FalseAn RDBMS supports multiple user access and concurrent data modification.
RDBMSs are designed to handle multiple users and concurrent data modifications efficiently.