Multiple choice

Which of the following statements is used in SQL along with aggregate functions?

  1. Order by

  2. Union

  3. Group by

  4. None of these

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Group by clause can be used along with aggregate functions like sum, count, avg, etc. to group the records from a table.