Computer Science

Which of the following is a SQL aggregate function ?

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

SQL Joins & Grouping

1 Like

Answer

AVG

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

Answered By

1 Like


Related Questions