Which of the following is not an SQL aggregate function?
CURRENT_DATE()
Correct:
CURRENT_DATE()
Explanation:
The CURRENT_DATE function is not a standard SQL aggregate function (although it might exist as a function supported by a particular database platform, it is not an aggregate).