Multiple choice technology programming languages

4) The output of the function MIN(scalar) is

  1. A) Returns the minimum value in a set of column values

  2. B) Returns the minimum value in a set of row values

  3. C) Returns the minimum value in a set of values

  4. D) None

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

The MIN() aggregate function returns the minimum value from a set of values, regardless of whether they come from rows or columns. It operates on a set of scalar values and returns the single minimum value from that set.