这两个相同或者是我错过的一些基本差异吗?
答案 0 :(得分:0)
"Composition relationship" isn't a formal relationship type in ER. If I take it to mean a binary relationship (a,b)
which is left-total (every a is related to some b) and in which a->b
(an a is related to only one b), then an identifying relationship would be a specific kind of composition relationship. An identifying relationship has the form ((x,b),b)
in which (x,b)->b
. Non-identifying composition relationships would then include cases in which the component set is identified by its own attributes.