What is a subtype in an ERD representing an inheritance hierarchy?

  • Child
  • Parent
  • Subclass
  • Superclass
In an ERD, a subtype represents a subclass in an inheritance hierarchy. It inherits attributes and relationships from a superclass or parent entity. This modeling technique helps capture commonalities and differences among entities, promoting a more flexible and efficient database design.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *