Is an association class in UML the same as an Link entity in ERD?
Tell me more
×
Database Administrators Stack Exchange is a question and answer site for
database professionals who wish to improve their database skills and learn from others in the community. It's 100% free, no registration required.
|
It's not strictly necessary to have an association class to model a M:M relationship. You can just have classes with references to the two parents that would map directly to a link entity. Semantically, an association class would limit you to one relationship between two entities. A short blurb on association classes can be found here. |
|||
|
|
