Hi, I have two tables:
players (has a team name column) and teams (also has a team name column)
I want to only allow inserts of new players if the team name exists in the team table.
Any help would be appreciated. Please keep it simple because I'm still learning.