RDBMS Quiz
Test your knowledge of Relational Database Management Systems (RDBMS) concepts including normalization, functional dependencies, keys, schemas, ACID properties, and database architecture
Questions
Question 1 Multiple Choice (Single Answer)
Normalization of database is used to
- Eliminate redundancy.
- Improve security.
- Improve efficiency.
- Minimize Errors.
Question 2 Multiple Choice (Single Answer)
Functional dependencies are a generalization of
- Key dependencies.
- Relation dependencies.
- Database dependencies.
- All of these.
- None of these.
Question 3 Multiple Choice (Single Answer)
Manager’s salary details are hidden from the employee. This is
- Conceptual level data hiding.
- Physical level data hiding.
- External level data hiding.
- All of these.
- None of these.
Question 4 Multiple Choice (Single Answer)
Define compound key
- Is made up of a several pieces of information.
- Uniquely identifies an item in a list.
- Is a combination of each unique key.
- Both (a) and (b).
- Both (c) and (b).
Question 5 Multiple Choice (Single Answer)
A schema describes
- Data elements.
- Records & files.
- Record relationships.
- All of these.
- None of these.
Question 6 Multiple Choice (Single Answer)
Information can be transferred between the DBMS and a
- Spread sheet program.
- Word processor program.
- Graphics program.
- All of these.
- None of these.
Question 7 Multiple Choice (Single Answer)
What is the full form of ACID?
- Atomicity, Constant, Isolation, Durability.
- Atomicity, Consistency, Isolation, Duration.
- Atomicity, Consistency, Isolation, Durability.
- Atomicity, Consistency, Indexing, Durability.
- Atomicity, Constant, Indexing, Durability.
Question 8 Multiple Choice (Single Answer)
A DBMS that runs on many different operating systems is said to be
- Scalable.
- Robust.
- Platform independent.
- Distributed.
Question 9 Multiple Choice (Single Answer)
The most open source DBMS.
- Microsoft SQL Server.
- Microsoft Access.
- MySQL.
- Oracle.
Question 10 Multiple Choice (Single Answer)
An enterprise solution with data storage, a client interface and a security system is
- 2-tier system.
- 3-tier system.
- 4-tier system.
- N-tier system.