Difficulty: Easy
Correct Answer: Tree (hierarchical) model
Explanation:
Introduction / Context:
Logical data models describe how records relate. The hierarchical (tree) model organizes records in parent–child relationships, naturally expressing one-to-many structures such as categories and subcategories.
Given Data / Assumptions:
Concept / Approach:
The tree (hierarchical) model uses a root and branches. Each child has exactly one parent (in classic form), aligning exactly with one-to-many relationships.
Step-by-Step Solution:
Verification / Alternative check:
Organizational charts and directory trees are real-world examples of hierarchical one-to-many models.
Why Other Options Are Wrong:
Common Pitfalls:
Assuming relational implies hierarchy; it can model it, but not intrinsically as a tree does.
Final Answer:
Tree (hierarchical) model
Discussion & Comments