What is a Single Table Strategy?
The Single Table Strategy maps multiple classes that inherit from a single root class to a single table in the database. Each row in the table represents an instance of one of the classes in the hierarchy.