Question: Need help to write the database script in MySQL for the below questions. Write a query to return the average monthly temperature for the world

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.

Thanks for your help

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!