Which one of the following is not an aggregate function ?
ROUND()
Reason — Aggregate functions in SQL include AVG(), COUNT(), MAX(), MIN(), and SUM().
AVG()
COUNT()
MAX()
MIN()
SUM()