Differentiate between Where and Orderby clause of SQL statements.
Answers
Answered by
3
Answer:
In group by clause, the tuples are grouped based on the similarity between the attribute values of tuples. Whereas in order by clause, the result-set is sorted based on ascending or descending order
Answered by
1
In group by clause, the tuples are grouped based on the similarity between the attribute values of tuples. Whereas in order by clause, the result-set is sorted based on ascending or descending order.
Similar questions