Question: I need help to write the database script in MySQL for the below questions. 1. Write a query to return the average monthly temperature for
I need help to write the database script in MySQL for the below questions.
1. Write a query to return the average monthly temperature for the world by each month. Use the month name not the month ID.
2. Write a query to return the maximum average monthly temperature by year and country name.
3. Write a query that will only return the year, country name, month name, and average monthly temperature.
The table will be in WorldTemps_CreateScript.sql
Thanks for your help
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
