IQVIA Interview Question

what is groupby and orderby in SQL?

Interview Answer

Anonymous

Jan 28, 2020

group by : Group by function is used to return the data by the group which having the same values order by is used to sort the data either by ascending or descending