Contenido del Curso
Introducción a SQL
Introducción a SQL
Desafío: Ordena los Países por Región y Capital
Here is the country
table we are working with:
Swipe to show code editor
Write an SQL query to retrieve three columns from the country
table using the SELECT
statement, namely: name
, region
, and capital
(please retrieve these columns in this order). Sort the result by two of them - first by region
in descending order, then by capital
, also in descending order.
¡Gracias por tus comentarios!
Desafío: Ordena los Países por Región y Capital
Here is the country
table we are working with:
Swipe to show code editor
Write an SQL query to retrieve three columns from the country
table using the SELECT
statement, namely: name
, region
, and capital
(please retrieve these columns in this order). Sort the result by two of them - first by region
in descending order, then by capital
, also in descending order.
¡Gracias por tus comentarios!