Oracle Database SQL — Question 81

Which statement is true about aggregate functions?

Answer options

Correct answer: C

Explanation

Option C is correct because both the MAX and MIN functions can operate on character data types, returning the highest and lowest values respectively. Option A is incorrect as there may be practical limits to nesting. Option B is wrong since the AVG function does not treat NULLS as zero but rather ignores them in calculations. Option D is incorrect because aggregate functions are typically used in the SELECT clause or HAVING clause rather than every clause.