Also known as
- Class Table Inheritance
- Joined Table Inheritance
Intent of Table Inheritance Pattern
Represent inheritance hierarchies in relational databases by mapping each class in a hierarchy to a database table.
Detailed Explanation of Table Inheritance Pattern with Real-World Examples
About 3 min