What is a lookup table?

前端 未结 7 1133
有刺的猬
有刺的猬 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条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-01-31 08:45

    What you have there is called a junction table. It is also known as:

    • cross-reference table
    • bridge table
    • join table
    • map table
    • intersection table
    • linking table
    • link table

    But I've never seen the term "lookup table" used for this purpose.

提交回复
热议问题