Which of the following is a SQL aggregate function?
C
Correct answer
Explanation
SQL aggregate functions perform calculations on multiple values and return a single value. MIN is a valid aggregate function that returns the smallest value in a column. CAST is a conversion function, while LEFT and RIGHT are string manipulation functions that extract substrings - none of these are aggregate functions.