Skip to content

Instantly share code, notes, and snippets.

View mallory-jpg's full-sized avatar

Mallory.Tech mallory-jpg

View GitHub Profile
-- This is the first query:
SELECT DISTINCT year from population_years;
-- Add your additional queries below:
SELECT MAX(population)
FROM population_years
WHERE country = 'Gabon';