SQL: Structured Query Language- Part2
SQL- ORDER BY
The ORDER BY keyword is used to sort rows based on a column value, in ascending or descending order.
We use ASC to sort in ascending order and DESC to sort in descending order.If we leave it blank, then ORDER BY uses ASC by default.
...
techblogchandana.hashnode.dev3 min read