Community

Implementing Table Inheritance in SQL Server

(Jeff Smith) When designing a database, we sometimes come across situations where there are multiple types of entities that we are modeling, but we’d like them to all have certain attributes or relations in common. Using “sub-type” tables is a simple way to implement table inheritance in SQL Server.

Read More - Register for Free Membership