Difficulty: Easy
Correct Answer: Attribute
Explanation:
Introduction / Context:
Entity–Relationship (ER) diagrams are a foundational tool in data modeling. They use a small set of shapes to communicate the structure of data: rectangles, diamonds, and ovals. Understanding what each symbol means is essential when you interpret models, communicate with stakeholders, or transform a conceptual design into a relational schema.
Given Data / Assumptions:
Concept / Approach:
In Chen notation, an attribute is a descriptive property of an entity or relationship. Attributes are drawn as ovals connected to the entity or relationship they describe. Key attributes may be underlined; multivalued attributes can be shown as double ovals; derived attributes are sometimes shown dashed. This visual vocabulary allows quick reading of model semantics before any database technology is chosen.
Step-by-Step Solution:
Verification / Alternative check:
Compare multiple ERD references or textbooks: they consistently show ovals for attributes in Chen notation. Other notations, such as crow’s foot, embed attributes inside entity boxes but Chen uses external ovals, reinforcing this mapping.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
Attribute
Discussion & Comments