Database Management Systems (DBMS)
Choose the correct description of Relational database.
- A. A database property ensuring that relationships between tables remain consistent, typically enforced through foreign keys.
- B. A type of database that organizes data into tables of rows and columns linked by defined relationships. ✓
- C. A normalization level in which a table is in second normal form and has no transitive dependencies on the primary key.
- D. A key formed by combining two or more columns to uniquely identify a row in a table.
Correct answer
B. A type of database that organizes data into tables of rows and columns linked by defined relationships.
Explanation
Relational database refers to a type of database that organizes data into tables of rows and columns linked by defined relationships.