Conteúdo do Curso
Introdução ao SQL
Introdução ao SQL
Desafio: Consulta de Dupla Ordenação
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
.
Obrigado pelo seu feedback!
Desafio: Consulta de Dupla Ordenação
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
.
Obrigado pelo seu feedback!