Reputation: 117
I'm using StarUML in order to do a ER diagram and I can create relation with two entities like this:
and in StarUML:
But I cannot create a relation with 3 entity like this:
Have you some ideas to do it in StarUML?
Upvotes: 1
Views: 6499
Reputation: 11
It looks like the StarUML supports only the physical ER diagram symbols and you need to represent your database structure using a physical ER translation.
you can also find some reference here https://www.lucidchart.com/pages/ER-diagram-symbols-and-meaning
Upvotes: 1