0% completed
In ER models, relationships between entities can have attributes of their own, known as attributes of relationship types. These attributes provide additional information about the association between entities. They are especially useful in cases where details about the relationship itself are essential to the database structure and cannot be fully represented by entity attributes alone.
Relationship attributes store properties specific to the interaction between two or more entities, rather than to the entities themselves. These attributes are typically included when the relationship has properties that need to be tracked independently from the entities involved.
Enrollment Date: The date when the student enrolled in the course.
Employment Example:
In this case, Position is detail about the relationship "works in" between Employee and Department, not attributes of the Employee or Department entities alone.
.....
.....
.....