Answers for "N SQL the ORDER BY keyword used to sort the output of a sql query in ascending order by default"

SQL
1

ascending order in sql

SELECT *
FROM employees
ORDER BY employees.employee_id DESC ;
·        Ascending ( ASC)
·        Descending ( DESC)
Posted by: Guest on January-07-2021

Code answers related to "N SQL the ORDER BY keyword used to sort the output of a sql query in ascending order by default"

Code answers related to "SQL"

Browse Popular Code Answers by Language