Multiple choice technology databases

We can nest Group Functions

  1. True

  2. False

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

Aggregate or group functions such as SUM, AVG, COUNT cannot be nested within each other because the inner aggregation would produce a scalar that the outer function cannot further aggregate. Hence nesting is disallowed, making the statement false, while the true option is incorrect.