Contenido del Curso
Introducción a SQL
Introducción a SQL
Desafío: Consulta de Doble Ordenación
Here is the country
table we are working with:
Swipe to show code editor
Write an SQL query to retrieve two columns using the SELECT
statement, specifically: region
and capital
. Sort the result first by region and then by capital
.
¡Gracias por tus comentarios!
Desafío: Consulta de Doble Ordenación
Here is the country
table we are working with:
Swipe to show code editor
Write an SQL query to retrieve two columns using the SELECT
statement, specifically: region
and capital
. Sort the result first by region and then by capital
.
¡Gracias por tus comentarios!