Contenido del Curso
Introducción a SQL
Introducción a SQL
Desafío: Ordenar la Población de América del Norte
Here is the country
table we are working with:
Swipe to show code editor
Write an SQL query to retrieve the id
,name
, population
, and continent
from the country
table (please retrieve these columns in this order), returning only rows with the 'North America' continent, and displaying the result in descending order by population
.
¡Gracias por tus comentarios!
Desafío: Ordenar la Población de América del Norte
Here is the country
table we are working with:
Swipe to show code editor
Write an SQL query to retrieve the id
,name
, population
, and continent
from the country
table (please retrieve these columns in this order), returning only rows with the 'North America' continent, and displaying the result in descending order by population
.
¡Gracias por tus comentarios!
Desafío: Ordenar la Población de América del Norte
Here is the country
table we are working with:
Swipe to show code editor
Write an SQL query to retrieve the id
,name
, population
, and continent
from the country
table (please retrieve these columns in this order), returning only rows with the 'North America' continent, and displaying the result in descending order by population
.
¡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 id
,name
, population
, and continent
from the country
table (please retrieve these columns in this order), returning only rows with the 'North America' continent, and displaying the result in descending order by population
.