Challenge: Population Threshold Query
Task
Swipe to start coding
Write an SQL query to retrieve the name
, population
, region
, and capital
columns from the country
table (please retrieve these columns in this order), returning only the countries with a population
greater than or equal to 300000.
Solution
Everything was clear?
Thanks for your feedback!
SectionΒ 3. ChapterΒ 4