"how to do inheritance modeling in relational databases?" Code Answer

4

martin fowler discusses this extensively in his book patterns of enterprise application architecture book. get this book and look into:

  1. single table inheritance

  1. class table inheritance

  1. concrete table inheritance

the website should give you some idea. you might also want to read the section on inheritance mappers. each of the different approaches have their pros and cons so choose wisely.

By erodewald on August 3 2022

Answers related to “how to do inheritance modeling in relational databases?”

Only authorized users can answer the Search term. Please sign in first, or register a free account.