Multiple choice technology databases

Analytic functions compute an aggregate value based on a group of rows and return a single row for each group.

  1. True

  2. False

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

This is a duplicate of question 134468. The statement describes aggregate functions which collapse rows. Analytic functions compute aggregate values (like SUM, AVG) but return a result for each row, not collapsing the result set.