Multiple choice technology databases Select Incorrect Oracle Group Function floor sum variance 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.