What is a lookup table?

前端 未结 7 1188
有刺的猬
有刺的猬 2021-01-31 07:59

I just gave a database diagram for a DB I created to our head database person and she put a bunch of notes on it suggesting that I rename certain tables so it is clear they are

7条回答
  •  感情败类
    2021-01-31 08:29

    Lookup table is the table that contains only ID, name and the description of some subject/object/thing. ID is primary key and auto_increment. Nothing else.

提交回复
热议问题