N SQL the ORDER BY keyword used to sort the output of a sql query in ascending order by default code example
Example: ascending order in sql
SELECT *
FROM employees
ORDER BY employees.employee_id DESC ;
· Ascending ( ASC)
· Descending ( DESC)