Inheritance in Database Design

后端 未结 5 590
星月不相逢
星月不相逢 2021-01-06 02:56

I am designing a new laboratory database with MANY types of my main entities.

The table for each entity will hold fields common to ALL types of that entity (entity_i

5条回答
  •  南方客
    南方客 (楼主)
    2021-01-06 03:24

    http://en.wikipedia.org/wiki/Entity-Attribute-Value_model

    Suggest you read about the problems with entity value tables before deciding to use them.

提交回复
热议问题