Many-to-Many Relationship:?
- A pattern used when two entities are related in a way where both can have
multiple associations with each other.
- Example: A Student can be enrolled in many Courses, and a Course can
have many Students. This would typically be modeled using a junction table
like Student_Course.