user9659243
user9659243

Reputation: 117

StarUML ER diagram with relation with 3 entities

I'm using StarUML in order to do a ER diagram and I can create relation with two entities like this:

relation with two entity

and in StarUML:

in StarUML

But I cannot create a relation with 3 entity like this:

relation with 3 entities

Have you some ideas to do it in StarUML?

Upvotes: 1

Views: 6499

Answers (1)

Dmitrij Ivanov
Dmitrij Ivanov

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.

I found this example

you can also find some reference here https://www.lucidchart.com/pages/ER-diagram-symbols-and-meaning

Upvotes: 1

Related Questions