Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Link to my database I made: https://docs.google.com/document/d/1Rx-WvmCwCqO6Kz85HcuwsGAe_9btSwOY/edit?usp=sharing&ouid=104722730353938052267&rtpof=true&sd=true Requirements Specification (this is a fictional scenario) A team will play some of the other teams in the
Link to my database I made: https://docs.google.com/document/d/1Rx-WvmCwCqO6Kz85HcuwsGAe_9btSwOY/edit?usp=sharing&ouid=104722730353938052267&rtpof=true&sd=true
Requirements Specification (this is a fictional scenario)
A team will play some of the other teams in the same division once per season.
For a scheduled game we will keep a unique 8 digit number, the date, time and zipcode-5.
Database Questions for Step 4
- Define a current season with the same year as the current year and the same semester as the current semester (fall, spring, summer).
- Be sure you have at least 2 divisions in the current season, they must have at least 3 teams each, and they must play one game to each other in the current season.
Database Questions for Step 5
- For each zipcode (in ascending order) compute the number of games.
- For each club (in alphabetic order) compute the total number of players.
- For each division in the current season compute the total number of players.
- For each coach (in alphabetic order) compute the total numbers of teams.
I need help doing these in MySQL please!
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started