Sorting text
SQL provides you with the ORDER BY
keyword to sort one or more fields from your data. It can do this multi-directionally and helps make results easy to interpret.
How does ORDER BY
sort a column of text values by default?
This exercise is part of the course
Intermediate SQL
Hands-on interactive exercise
Turn theory into action with one of our interactive exercises
