1z0-071 Exam QuestionsBrowse all questions from this exam

1z0-071 Exam - Question 134


Which statement is true about aggregate functions?

Show Answer
Correct Answer: C

The MAX and MIN functions can be used on columns with character data types. This is because these functions can operate on different types of data, including numeric, date, and character data types, to return the highest or lowest values respectively within a set.

Discussion

2 comments
Sign in to comment
kesammy9Option: C
Feb 23, 2023

tested on a sample data

archit4321Option: C
Apr 29, 2024

A. Aggregate functions can be nested to any number of levels. -> Can be nested upto one level only. B. The AVG function implicitly converts NULLS to zero. -> AVG function ignores NULLS. C. The MAX and MIN functions can be used on columns with character data types. -> True D. Aggregate functions can be used in any clause of a SELECT statement. -> It can't be used with where clause.