posted 15 years ago
Hi Ranchers,
I have a database system that has 4 tables. 3 of these tables have a primary key.
The fourth table has four columns, three of which are foreign keys for the other three tables. The fourth column has data.
My question is that is this a proper design to have data in a join table(my fourth table).
Or should i create a primary key for the fourth table and make another table that uses this new primary key as a foreign key and then store the data in that table.
Kindly help.
Thanks in advance.
SCJP 5.0, SCWCD 5.0, SCBCD 5.0