CBSE Class 12 Computer Science Question 34 of 91

Grouping Records, Joins in SQL — Question 12

Back to all questions
12
Question

Question 12

Which of the following is a SQL aggregate function ?

  1. LEFT
  2. AVG
  3. JOIN
  4. LEN
Answer

AVG

Reason — Aggregate functions in SQL include AVG, COUNT, MAX, MIN, and SUM.