oracle - SQL Database, ERD, crows foot notation, -


i have erd diagram have crows foot on customer going dotted line straight line membership. mean members must customers , customers may hold membership? regards

i'm not sure whether understood correctly. have like

customer >- - - - - ----membership

correct?

if that's case means membership can owned multiple customers, it's compulsory customer have membership (mandatory relationship - if optional you'd have 0 @ membership table line), , dotted line means it's non-identifying 1 (i.e: foreign key not part of members primary key - or customer not identified membership)


Popular posts from this blog

Php - Delimiter must not be alphanumeric or backslash -

c# - How to change the "Applies To" field under folder auditing options programatically (.NET) -

c++ - Ambiguity when using boost::assign::list_of to construct a std::vector -