borkdominik / bigER

Entity Relationship Diagram modeling tool realized as a language server that is distributed as a VS Code extension.
https://marketplace.visualstudio.com/items?itemName=BIGModelingTools.erdiagram
MIT License
106 stars 13 forks source link

weak entity cardinality limitation #40

Open minaajafari opened 1 year ago

minaajafari commented 1 year ago

Description

Weak entity relationship should have just 1 – N Cardinality with its owner entity .it should prevent from other cardinality such as M-N AND…(References to fig.2-1 & fig.2-2)

Picture3 Fig.2-1 Picture4 Fig.2-2

Additional Information

Fig.2-1: References to Database Management System Book,Ramakrishnan Fig.2-2: screenshot of BigER : weak relationship Cardinality Constraint Does not Consider