Inheritance in database?

后端 未结 9 1040
醉话见心
醉话见心 2021-01-11 20:14

Is there any way to use inheritance in database (Specifically in SQL Server 2005)?

Suppose I have few field like CreatedOn, CreatedBy

9条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-01-11 20:47

    Ramesh - I would implement this using supertype and subtype relationships in my E-R model. There are a few different physical options you have of implementing the relationships as well.

提交回复
热议问题