S
Sandy
I notice in the Northwind Sample Database that the 'Products' table has a
Primary Key of "ProductID" and is related to the 'Order Details' table by a
One to Many relationship using 'ProductID'.
The 'Order Details' table shows 'ProductID' as a Primary Key - how is this
possible on a one to many?
The same is true of the 'Orders' table related to the 'Order Details' table;
again related on a One to Many and also shows a Primary Key in the 'Order
Details' table, thereby resulting in the 'Order Details' table having two
Primary Keys - how can a table have two Primary Keys?
I'm confused.
Sandy
Primary Key of "ProductID" and is related to the 'Order Details' table by a
One to Many relationship using 'ProductID'.
The 'Order Details' table shows 'ProductID' as a Primary Key - how is this
possible on a one to many?
The same is true of the 'Orders' table related to the 'Order Details' table;
again related on a One to Many and also shows a Primary Key in the 'Order
Details' table, thereby resulting in the 'Order Details' table having two
Primary Keys - how can a table have two Primary Keys?
I'm confused.
Sandy