Question:

The database design that consists of multiple tables that are linked together through matching data stored in each table is called a _______.
 

Show Hint

When thinking about relational databases, consider how data is structured in tables and linked through common fields.
Updated On: Jun 16, 2025
  • Relational database
  • Network database
  • Object oriented database
  • Hierarchical database
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is A

Solution and Explanation

A Relational Database is a collection of tables that are related to each other based on common attributes. These relationships allow for efficient data retrieval and management. The other database types, such as Network and Hierarchical databases, represent data in structures like trees and networks rather than tables.
Was this answer helpful?
0
0