Question
The Scenario: There is a database that stores the average monthly temperature of each country dating back to 1901. The database can be created by
The Scenario:
There is a database that stores the average monthly temperature of each country dating back to 1901. The database can be created by running the following script: WorldTemps_CreateScript.sql
*Note: If you ran the script from Part 1, then you do not need to create the database again.
The Request:
You work for the National Center of Environment Information and have been tasked with answering specific questions pertaining to global warming using the world_temps table .
Requirements and Information:
- What is the maximum and minimum average monthly temperature per country?
- What is the average monthly temperature per country for the years 1901 2015?
- What is the yearly temperature difference for the USA from 1950 - 2015?
- What is the average winter temperature (Months: December - February) and average summer temperature (Months: June - August) per year for the Great Britain from 2000 - 2010?
What to Submit:
Upload a completed lab report answering all questions and including the scripts that pulled the data.
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