Syntax for Order By Clause
SELECT column-list
FROM table_name
[WHERE condition]
[ORDER BY column1, column2, .. columnN] [ASC | DESC];
Example:
Online compiler
We can help you solve company communication.