Relative Content

Tag Archive for database-designentity-relationship

ERD notation for multiple connections to a single table

Assume I have a relational database with a User entity and a Friendship entity. The User entity has two connections to the Friendship entity (meaning two Users are part of a single Friendship). How would I note that relationship in an entity relationship diagram using Crow’s Foot notation?

ERD notation for multiple connections to a single table

Assume I have a relational database with a User entity and a Friendship entity. The User entity has two connections to the Friendship entity (meaning two Users are part of a single Friendship). How would I note that relationship in an entity relationship diagram using Crow’s Foot notation?