G
Guest
I've got a new project that I am just now starting. This database is going
to be a lot more complicated than my last. I'm attempting to build a Fantasy
Football database. Sounds simple right? Well I'm stuck already. I can't
figure out how my table structure and relationships should be setup. I'm
stuck on the following set of rules that I want my database to follow:
1. A single football player can only be a member of one team in a league.
2. But a single football player can be a member of many teams as long as
each team is a member of separate leagues.
So we're talking at least 3 tables, a teams table, a leagues tables and a
players table. But I think there's some Many to Many relationships there so
I'll probably need some junction tables. Is there anyone out there that can
help me satisfy those two rules? I think I'll probably be able to figure
everything else out from there.
Thanks a ton.
Jonathan
to be a lot more complicated than my last. I'm attempting to build a Fantasy
Football database. Sounds simple right? Well I'm stuck already. I can't
figure out how my table structure and relationships should be setup. I'm
stuck on the following set of rules that I want my database to follow:
1. A single football player can only be a member of one team in a league.
2. But a single football player can be a member of many teams as long as
each team is a member of separate leagues.
So we're talking at least 3 tables, a teams table, a leagues tables and a
players table. But I think there's some Many to Many relationships there so
I'll probably need some junction tables. Is there anyone out there that can
help me satisfy those two rules? I think I'll probably be able to figure
everything else out from there.
Thanks a ton.
Jonathan