Challenge
Tarea
Swipe to start coding
Retrieve two columns using the SELECT statement, namely: region
and capital
. Sort the result by them - first by region
, then by capital
.
Solución
This is the database we will work with.
¿Todo estuvo claro?
¡Gracias por tus comentarios!
Sección 1. Capítulo 2