why are aggregation function used in conjunction with GROUP BY?

Ravi Kumar
Member
Joined: 2021-09-02 07:50:50
2022-09-29 10:34:51

In SQL, a GROUP BY clause is used to group the rows together. So when you use aggregate function on a column, the result describes the data for that specific group of rows.