Help with database design
Posted
by Jonny
on Stack Overflow
See other posts from Stack Overflow
or by Jonny
Published on 2010-06-10T00:32:46Z
Indexed on
2010/06/10
0:42 UTC
Read the original article
Hit count: 191
database
Hey im new to database design and having trouble trying to figure this one out. I have two tables Team and Fixtures. Team has rows of football teams and Fixture has 2 of those football teams in each row (home and away team). I want to link team id to home_team and away_team but it doesnt allow me to. Please tell me how i can solve this.
Here is an image of my tables/relationships http://i49.tinypic.com/288qwpg.jpg
© Stack Overflow or respective owner