The ________ strategy involves creating a single table for the base class and separate tables for each derived class.

  • Table-Per-Concrete
  • Table-Per-Entity
  • Table-Per-Hierarchy
  • Table-Per-Type
The Table-Per-Concrete (TPC) strategy involves creating a single table for the base class and separate tables for each derived class. Each table contains all properties of the corresponding class, resulting in a denormalized database schema.
Add your answer
Loading...

Leave a comment

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