Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Learn Challenge: Find the Population of the Countries | Retrieving Data
Introduction to SQL

book
Challenge: Find the Population of the Countries

Here is the country table we are working with:

Task

Swipe to start coding

Write an SQL query to retrieve all population values from the country table.

Solution

SELECT population
FROM country;

Everything was clear?

How can we improve it?

Thanks for your feedback!

Section 1. Chapter 6

toggle bottom row
Query ResultQuery Result
No query executed yet...
some-alt