Multiple choice Which of the following is not true about aggregate functions? MAX and MIN functions work on numeric and non-numeric data. SUM and AVERAGE work on numeric data. Aggregate functions do not work on complex mathematical expressions like log, square root, etc. SUM and AVERAGE work on non-numeric data. There is no influence of distinct keywords in aggregate function. Reveal answer Fill a bubble to check yourself D Correct answer Explanation MIN and MAX functions work on non-numeric data, but SUM and AVERAGE do not work on non-numeric data.