patkeaveney
Registered User.
- Local time
- Today, 09:47
- Joined
- Oct 12, 2005
- Messages
- 75
i am creating a database for a local football club. I want to show player information (the main focus of the database), such as, what guardians are responsible for this player, what are the Doctors details for this player, what team does the player play for etc.
I have seperate tables for the Guardian, Doctor and Team information.
I also want to hold Staff details, (Name, address, staff title etc)
My problem is that someone in the staff table, could also be in the guardian table.
Should i combine the Guardian and Staff tables into one table as I dont want to have to enter the data twice for both a staff memger and a guardian
Note:
a player can have more than one guardian
a guardian can be responsible for more than one player.
What is the best way to approach the design of these database tables.
Thanks in advance
Pat
I have seperate tables for the Guardian, Doctor and Team information.
I also want to hold Staff details, (Name, address, staff title etc)
My problem is that someone in the staff table, could also be in the guardian table.
Should i combine the Guardian and Staff tables into one table as I dont want to have to enter the data twice for both a staff memger and a guardian
Note:
a player can have more than one guardian
a guardian can be responsible for more than one player.
What is the best way to approach the design of these database tables.
Thanks in advance
Pat