J
Jonathan Wood
I have two tables with a one-to-many relationship to each other.
In the table on the many side, I have a foreign key that contains the value
of a primary key in the table on the one side.
Questions:
1. Would you normally index the foreign key in the table on the many side?
2. Would you normally add a primary key to the table on the many side?
Thanks for any input.
In the table on the many side, I have a foreign key that contains the value
of a primary key in the table on the one side.
Questions:
1. Would you normally index the foreign key in the table on the many side?
2. Would you normally add a primary key to the table on the many side?
Thanks for any input.