Deciding between an artificial primary key and a natural key for a Products table

前端 未结 10 1293
粉色の甜心
粉色の甜心 2020-11-29 02:22

Basically, I will need to combine product data from multiple vendors into a single database (it\'s more complex than that, of course) which has several tables that will need

10条回答
  •  攒了一身酷
    2020-11-29 02:54

    Pretty similar to my question a few months ago...

    Should I have a dedicated primary key field?

    I went with an auto-incrementing PK in the end.

提交回复
热议问题