Home »
MCQs »
DBMS MCQs »
DBMS Databases & Types MCQs (Set 3)
What is TRUE about Relational Database?
9. What is TRUE about Relational Database?
- Relational databases store information in rows (tuples) and columns (attributes), which create tables (relations).
- Data is stored, manipulated, and maintained using SQL in a relational database
- Tables in the database contain unique keys that identify them from other tables.
- All of the above
Answer: D) All of the above
Explanation:
The following statements are TRUE about Relational Database –
- Relational databases store information in rows (tuples) and columns (attributes), which create tables (relations).
- Data is stored, manipulated, and maintained using SQL in a relational database
- Tables in the database contain unique keys that identify them from other tables.