Course Content
Introduction to SQL
Introduction to SQL
Challenge: Population Threshold Query
Here is the country
table we are working with:
Swipe to show code editor
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.
Thanks for your feedback!
Challenge: Population Threshold Query
Here is the country
table we are working with:
Swipe to show code editor
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.
Thanks for your feedback!
Challenge: Population Threshold Query
Here is the country
table we are working with:
Swipe to show code editor
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.
Thanks for your feedback!
Here is the country
table we are working with:
Swipe to show code editor
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.