I have an 2 Table
TEAMS -TeamId,TeamName,Country
Players-PlayerID,PlayerName,TotalScore,ToTalMatch,TotalRuns,AvgRunRate.
Now I want to create a table TEAMPLAYERS..which has to contain TEAMID,PlayerId...and if details is deleted in TEAMS,PLAYERS table..the data must be delete in THIRD TABLE..PLS HELP ME