Difference between order by
and
group by
Answers
Answered by
0
Explanation:
Explanation:To summarize, the key difference between order by and group by is: ORDER BY is used to sort a result by a list of columns or expressions. GROUP BY is used to create unique combinations of a list of columns that can be used to form summaries
Answered by
1
Explanation:
DIFFERENCE :-
Group by statement is usedto group the rows that have the same value.
Order by statement sorts tge result set either in ascending or descending order.
Similar questions