Imagine I have two tables: Manager, Player.This is for a football team, where several players can play for one manager only and a manager manages several (11) players.
When designing the relationship in Sql Server, at the time the popup window comes up with the properties for the relationship, does it matter which side the tables are?
So in other words is there a difference in connecting the key from Player to Manager or from Manager to Player?
And how do I specify the relationship as 1:n or is it automatically decided as 1:n or 1:1?
Thanks
