Difficulty: Easy
Correct Answer: Attribute
Explanation:
Introduction / Context:
EER (Enhanced Entity–Relationship) diagrams extend classic ER modeling with richer semantics. Understanding the visual vocabulary is essential for quickly reading and designing conceptual data models. This question asks which symbol an oval denotes.
Given Data / Assumptions:
Concept / Approach:
In ER/EER notation, an oval denotes an attribute. Attributes describe properties of entities or sometimes of relationships. A rectangle denotes an entity type, and a diamond denotes a relationship type. Variants like double ovals indicate multivalued attributes; dashed ovals may indicate derived attributes.
Step-by-Step Solution:
Verification / Alternative check:
Open any standard ER diagram reference: attributes consistently appear as ovals connected to their owner entity or relationship.
Why Other Options Are Wrong:
Common Pitfalls:
Confusing the oval for relationship because both connect to entities; the correct relationship symbol is a diamond, while the oval holds descriptive properties.
Final Answer:
Attribute
Discussion & Comments