- Collecting data from Udacity workspace:
An sql query was run to collect data from the database. The query was designed to join temps data from Riyadh city (My choice) and the global temps.
SELECT g.year, c.avg_temp AS riyadh_avg_temp, g.avg_temp AS global_avg_temp
FROM global_data g