Aggregate functions and the GROUP BY clause
In this lesson, we explain the basics of SQL, to be specific, aggregate functions and the GROUP BY clause. In this we get to know on how we can carry out several manipulations out on the large data through the use of functions such as `SUM`, `COUNT`, `AVG`, `MAX` and `MIN`.
Read More