Computer Science, asked by sunitagupta54637, 1 year ago

What is the functions of Group By clause and Order By clause.

Answers

Answered by Anonymous
3

Explanation:

The group by clause is a SQL command that is used to group rows that have the same values .

The group by clause is used in the select statement. Optionally it is used in conjunction with aggregate functions to produce summary reports from the database .

Similar questions