Answers for "difference between group by and order by"

9

difference between group by and order by

GROUP BY: is used to collaborate
with the SELECT statement to arrange 
matching data into groups.

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

Code answers related to "difference between group by and order by"

Browse Popular Code Answers by Language