Difficulty: Easy
Correct Answer: It allows a many-to-many relationship through owner–member sets
Explanation:
Introduction / Context:Early database models included hierarchical and network (CODASYL) structures before the rise of relational systems. This question checks understanding of the core capability that distinguished the network model.
Given Data / Assumptions:
Concept / Approach:The network model supports flexible connections among record types, enabling many-to-many associations by joining through intersection sets or by multiple membership. This is a logical model with explicit navigational access, not merely a physical byte layout.
Step-by-Step Solution:
Isolate the unique advantage: direct modeling of complex relationships.Confirm that many-to-many relations are straightforward via sets.Choose the statement that reflects this capability.Verification / Alternative check:Compared with hierarchical models (one-to-many), network structures better represent peer-to-peer linkages without excessive duplication.
Why Other Options Are Wrong:
Common Pitfalls:Assuming ‘‘network’’ refers to computer networking; here it is a database model type.
Final Answer:It allows a many-to-many relationship through owner–member sets
Discussion & Comments