Difficulty: Easy
Correct Answer: A logical link or association that connects entities
Explanation:
Introduction / Context:
ER modeling distinguishes between entities (things about which data are stored), attributes (properties of those things), and relationships (associations among entities). Clarity about these terms helps avoid misplacing facts and ensures that normalization produces a coherent schema.
Given Data / Assumptions:
Concept / Approach:
A relationship captures how entity instances relate to each other. Examples include Employee works_in Department, Customer places Order, and Doctor treats Patient. Relationships can have their own attributes (for example, start_date of employment) and are depicted as diamonds in Chen notation or lines with crow’s feet in crow’s foot notation.
Step-by-Step Solution:
Verification / Alternative check:
Cross-check against definitions: entity equals thing of interest; attribute equals property; relationship equals association. This triad appears in every ER primer and textbook.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
A logical link or association that connects entities
Discussion & Comments