Concept Flow - Why ordering organizes results
Start with unordered data
Apply ORDER BY clause
Compare values based on column
Rearrange rows in sorted order
Return ordered result set
End
The database takes unordered rows, sorts them by the specified column(s), and returns the rows in that sorted order.