Questions:
Flyball is a dog sport. Create a database (on paper) to collect the listed information and write pseudocode for the listed queries.
The data will consist of the following:
· Members
· Dogs
· Teams
Rules:
1. Each member can own more than one dog.
2. Each member can belong to more than one team.
3. Each dog can only have one owner.
4. Each dog can only be on one team.
5. Each team has to have one captain.
6. Each team may have one alternate captain.
7. The captain may have a dog.
Queries/Reports
1. Enter a dog, retrieve owner and team information.
2. Enter a member, retrieve dog and team information.
3. Enter a team, retrieve member and dog information.
Thank you
Flyball is a dog sport. Create a database (on paper) to collect the listed information and write pseudocode for the listed queries.
The data will consist of the following:
· Members
· Dogs
· Teams
Rules:
1. Each member can own more than one dog.
2. Each member can belong to more than one team.
3. Each dog can only have one owner.
4. Each dog can only be on one team.
5. Each team has to have one captain.
6. Each team may have one alternate captain.
7. The captain may have a dog.
Queries/Reports
1. Enter a dog, retrieve owner and team information.
2. Enter a member, retrieve dog and team information.
3. Enter a team, retrieve member and dog information.
Thank you