Multiple choice Which of the following statements is used in SQL along with aggregate functions? Order by Union Group by 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.