What is a superclass in the context of database modeling?

  • A high-level table that shares common attributes with one or more lower-level tables
  • A table containing only primary keys
  • A table with no relationships
  • A table with the maximum number of records
In database modeling, a superclass is a high-level table that shares common attributes with one or more lower-level tables, known as subclasses. It allows for the representation of generalization and specialization relationships in a database.
Add your answer
Loading...

Leave a comment

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