Challenge
Tâche
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
.
Solution
This is the database we will work with.
Tout était clair ?
Merci pour vos commentaires !
Section 1. Chapitre 2