Hi Everyone!
I have three tables which i need to query. Here is their format:
Team
TeamID
TeamName
CoachTeam
CoachID
TeamID
PlayerTeam
PlayerID
TeamID
I need to get a list of Teams for a Coach, and that list needs to have a column for Number of Players on that team.
I can get a list of teams of a coach, and i can get the number of players for a team individually, but I don't know how to combine those two queries to give me 1 table.
What would be the best way to achieve this? Thanks in advance!
I have three tables which i need to query. Here is their format:
Team
TeamID
TeamName
CoachTeam
CoachID
TeamID
PlayerTeam
PlayerID
TeamID
I need to get a list of Teams for a Coach, and that list needs to have a column for Number of Players on that team.
I can get a list of teams of a coach, and i can get the number of players for a team individually, but I don't know how to combine those two queries to give me 1 table.
What would be the best way to achieve this? Thanks in advance!
Comment