- A A database that stores data in a hierarchical structure
- B A database that stores data in a network structure
- C A database that stores data in tables with relationships between them
- D A database that stores data in a flat file structure
Answer:
C
A relational database is a type of database management system that organizes and stores data in tables. These tables are related to each other through defined relationships, such as primary keys and foreign keys, enabling efficient data retrieval and manipulation.