Introduction
We use ORDER BY multiple columns to sort data by more than one rule. This helps organize results clearly.
When you want to sort a list of students first by grade, then by name.
When you have sales data and want to order by region and then by sales amount.
When you want to display products sorted by category and then by price.
When you want to list employees sorted by department and then by joining date.