Domain Model
Let's go over the domain model of a concrete table inheritance relationship.
We'll cover the following...
In the previous chapter, we looked at the first approach to inheritance using a discriminator in a single table. In this chapter, we will look at the second approach to ...