Quantiphi interview question

Difference between groupby and orderby

Interview Answer

Anonymous

7 Sept 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.