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