Many to Many with ORM Preparation
Pre-Work for Many-To-Many With an ORM
Tomorrow we are going to learn how to implement a many-to-many relationship using our ORM Entity Framework. To prepare for this lesson, you’ll want to review many-to-many relationships.
Start by reviewing the Join Tables section of the Data Relationships lesson.
Then draw an entity relationship diagram (ERD) for the many-to-many relationship between pets
and owners
. Make sure to include the join table and label the table names, primary keys, and foreign keys.