Concept Flow - ORDER BY multiple columns
Start Query
Fetch Rows
Sort by First Column
Sort by Second Column (if tie)
Return Sorted Result
The query fetches rows, sorts them first by the first column, then by the second column if there are ties, and returns the sorted result.