Thanks for the efforts and time, appreciate it. I will try it
As for the keys, I believe I have a primary key for the orders table (OrderID). for the orderdeatils table, I did not know what to do because I have there the OrderID field linked to the OrderID field of Orders table.
Should I define it also as a primary key in the OrderDetails table? or should I add another field e.g. OrderDetailsID and in this case it will not be linked to any where in my database (and so I am not sure of its value or need).
in the Norhwind example, I saw the OrderID and ProductID (both are available as primary keys in Order and Products tables) are defined as keys but did not undestand how to defibe 2 keys in one table.
appreciate your insight on that (key dfinitions) of my database, thanks
As for the keys, I believe I have a primary key for the orders table (OrderID). for the orderdeatils table, I did not know what to do because I have there the OrderID field linked to the OrderID field of Orders table.
Should I define it also as a primary key in the OrderDetails table? or should I add another field e.g. OrderDetailsID and in this case it will not be linked to any where in my database (and so I am not sure of its value or need).
in the Norhwind example, I saw the OrderID and ProductID (both are available as primary keys in Order and Products tables) are defined as keys but did not undestand how to defibe 2 keys in one table.
appreciate your insight on that (key dfinitions) of my database, thanks