Challenge: Find Countries, Their IDs, and Their Populations
Task
Swipe to start coding
Write an SQL query to get id
, name
, and population
columns from the country
table (please retrieve these columns in this order).
Solution
Everything was clear?
Thanks for your feedback!
SectionΒ 2. ChapterΒ 9