KnowledgeBoat Logo
|

Informatics Practices

Which one of the following is not an aggregate function ?

  1. ROUND()
  2. SUM()
  3. COUNT()
  4. AVG()

SQL Queries

5 Likes

Answer

ROUND()

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

Answered By

2 Likes


Related Questions