Quiz: Sort the Answers
Practice SQL sorting using ORDER BY, including ascending vs. descending order, and multi-column sorting.
We'll cover the following...
We'll cover the following...
In the last lesson, you learned how to sort your query results using ORDER BY
. Whether you’re listing people from youngest to oldest, cities A–Z, or combining multiple sort levels, ...