I have 2 tables: Match and Team.
Match(matchID is primary key, team1, team2, ...)
Team(TeamID is primary key, ...)
I mean how to force team1 and team2 is different from each other.
Ex: We won't want to see: Brazil vs Brazil ^^
Any help is appreciated...