entity relationship model - Translating an EER diagram supertype into a database schema -


how go turning supertype 2 subtypes database schema? if have supertype person 2 subtypes, student , staff, how translate database schema? (they have id, name, , email address).

i make table called person because if make table called stundent , staff if student staff @ same time? database become redundant. make table called person , assign students classes , staff there department.


Comments

Popular posts from this blog

ruby - Trying to change last to "x"s to 23 -

c# - Can I intercept a SOAP response in .NET before a content type binding mismatch ProtocolException? -

css - Can I use the :after pseudo-element on an input field? -