Difficulty: Easy
Correct Answer: Correct
Explanation:
Introduction / Context:
 In EER diagrams, participation of a supertype in its subtypes can be total (every supertype instance must be a member of at least one subtype) or partial (some supertype instances may exist with no subtype). Many notations indicate total participation using a double line between the supertype and the specialization arc or subtype connector.
Given Data / Assumptions:
Concept / Approach:
 Total specialization means no supertype instance exists without being classified under at least one subtype. The double line visually enforces this rule on the diagram. Partial specialization uses a single line, allowing unclassified supertype instances.
Step-by-Step Solution:
Verification / Alternative check:
 Review CASE tool help and textbook conventions; double lines are consistently used to denote total participation, confirming the statement’s correctness in mainstream notations.
Why Other Options Are Wrong:
Common Pitfalls:
 Confusing total participation with disjointness; forgetting to verify business rules when choosing total vs. partial; misapplying crow’s foot symbols to specialization connectors.
Final Answer:
 Correct
Discussion & Comments