Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save bartubozkurt/74ee486612f74af7609bae48d88b1201 to your computer and use it in GitHub Desktop.
Find out the smallest and the greatest counrt populations
SELECT MIN(population), MAX(population) FROM country;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment