I Am struggling trying to figure out how to display the number of wins a team gets. Any help?
SELECT team.team_name, COUNT(winning_team) FROM games, team GROUP BY t