Answers

Question and Answer:

  Home  Database Analyst

⟩ Tell us what is the GROUP BY statement used for?

GROUP BY is a statement that divides the result for a particular query into groups of rows. It is often used with aggregate functions such as SUM, AVG, MAX, MIN, and COUNT, which calculate information about each group. The SELECT statement returns one row for each group.

 118 views

More Questions for you: