nerdexam
Oracle

1Z0-071 · Question #294

Which statement is true about aggregate functions?

The correct answer is B. Aggregate functions can be nested to any number of levels. https://docs.oracle.com/database/121/SQLRF/functions003.htm

Reporting Aggregated Data Using the Group Functions

Question

Which statement is true about aggregate functions?

Options

  • AThe AVG function implicitly converts NULLS to zero.
  • BAggregate functions can be nested to any number of levels.
  • CThe MAX and MIN functions can be used on columns with character data types.
  • DAggregate functions can be used in any clause of a SELECT statement.

How the community answered

(51 responses)
  • A
    2% (1)
  • B
    80% (41)
  • C
    6% (3)
  • D
    12% (6)

Explanation

https://docs.oracle.com/database/121/SQLRF/functions003.htm

Topics

#aggregate functions#AVG#MAX MIN#NULL handling

Community Discussion

No community discussion yet for this question.

Full 1Z0-071 Practice