• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Entity-Relationship/EER Data Modeling

EvilManagedCare

Senior member
I haven't been able to find the answer to this in my text. In database conceptual design, if there is an entity that is the superclass of one or more subclasses, do the subclasses inherit the relationships of the superclass? I understand they inherit the attributes, but I wanted to verify if relationships were also. My thought is yes, but thought I'd leave it to the experts. I have found one other collection of notes saying this is true, but still I need reassurance.

Thanks in advance.
 
Yes, that's how it works in the EER model. You may define other relationships for the subclass/subtype, but it already inherits the relationships the superclass/supertype has.
 
Back
Top