This illustration shows the database tables that are required when you map each class in an inheritance hierarchy to its own table. This figure illustrates that you can represent inheritance in the database in one of two ways: A single table that comprises the parent and all child classes or multiple tables that represent the parent class and each child class.