I am trying to understand many to many relationship. I have read articles on this topic but I am still not getting it.
Let's take team and player as an example. One team can have multiple players, but one player can only play in one team? I know that it's not correct but I can not understand why.
What is the proper way to determine relationship between tables? What questions should I ask (from side of player and from team) to find out relationships?
Not sure whether my second question is clear enough.
Thanks for help