Good design: 2 tables with a foreign key to the same primary key?

I would merge the tables as you suggested. This based on the assumption that the fields will always be the same for both. Use a descriminator (type) to tell them part.

You have the same fields, but they "point" (through foreign keys) to different tables, so you can't just merge them into a single field. What you'll end-up with is a CHECK that allows one field or the other to contain a non-NULL value, based on the type field.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions