Skip to content

Instantly share code, notes, and snippets.

@bartubozkurt
Created June 11, 2021 18:11
Show Gist options
  • Select an option

  • Save bartubozkurt/f23a103e659c5744dc2893db62fe3f63 to your computer and use it in GitHub Desktop.

Select an option

Save bartubozkurt/f23a103e659c5744dc2893db62fe3f63 to your computer and use it in GitHub Desktop.
Find out the total population of cities in respective countries
SELECT country_id, SUM(population) FROM country;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment