Quantiphi Interview Question

Difference between groupby and orderby

Interview Answer

Anonymous

Sep 7, 2021

Group by the statement is used to group the rows that have the same value and Order by statement sorts the result-set either in ascending or in descending order.