hi guys could any one help me normalise this :TEAM(Team_id,TeamName)
PLAYER(Player_id,FirstName,LastName,DOB)
CONTRACT(Player_id,Team_id,StartDate,EndDate,Sqaud Number)
FIXTURE(Fixture_id,Ref_id,HomeTeam,AwayTeam,Date)
REFEREE(Ref_id,FirstName,LastName)
DISCIPLINARY CASE(DCase_id,Player_id,Fixture_id,Event)
im struggling to get my head round the hometeam and awayteam, Do i make new tables for them, or somthing else