Contenido del Curso
Introducción a SQL
Introducción a SQL
Desafío: Consulta de Umbral de Población
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.
¡Gracias por tus comentarios!
Desafío: Consulta de Umbral de Población
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.
¡Gracias por tus comentarios!
Desafío: Consulta de Umbral de Población
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.
¡Gracias por tus comentarios!
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.