Answers for "sql asc and desc"

SQL
0

order by in sql

ORDER BY: is for sorting result
either in descending or ascending order.
Posted by: Guest on January-07-2021
0

sql desc

Used with ORDER BY to return the data in descending order.
Example: Raddish, Peaches, Bananas, Apples
Posted by: Guest on January-07-2021

Code answers related to "SQL"

Browse Popular Code Answers by Language