Shared Primary Key
问题 I would guess this is a semi-common question but I can't find it in the list of past questions. I have a set of tables for products which need to share a primary key index. Assume something like the following: product1_table: id, name, category, ...other fields product2_table: id, name, category, ...other fields product_to_category_table: product_id, category_id Clearly it would be useful to have a shared index between the two product tables. Note, the idea of keeping them separate is because