Computer Science, asked by anuj09293, 9 months ago

Differentiate between Where and Order by clause of SQL statements.​

Answers

Answered by khushibinwal81
0

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.

Similar questions