Desafio: Ordenar Países em Ordem Crescente
Here is the country
table we are working with:
Tarefa
Swipe to start coding
Write an SQL query to retrieve all country name
values from the country
table, and display the results sorted in ascending order.
Solução
9
1
2
3
SELECT name
FROM country
ORDER BY name;
Tudo estava claro?
Obrigado pelo seu feedback!
Seção 2. Capítulo 8
9
1
No query executed yet... |
Pergunte à IA
Pergunte o que quiser ou experimente uma das perguntas sugeridas para iniciar nosso bate-papo