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

Analytic functions differ from standard aggregate functions because they return a result for each individual row in the query, rather than collapsing the group into a single summary row. Standard aggregate functions with GROUP BY are what return a single row per group.