Multiple choice technology databases

Select Incorrect Oracle Group Function

  1. floor

  2. sum

  3. variance

  4. stddev

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

Functions like sum, variance, and stddev are aggregate or group functions that operate on sets of rows to return a single summary value. Conversely, floor is a single-row numeric scalar function, making it incorrect as a group function.