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?
1