Multiple choice technology

Only one aggregate function can be nested within an aggregate function

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

SQL allows nesting of aggregate functions within aggregate functions, though database engines vary in support. For example, SUM(AVG(column)) is syntactically valid even if not always practical. The statement that only ONE can be nested is incorrect.