Multiple choice technology programming languages 4) The output of the function MIN(scalar) is A) Returns the minimum value in a set of column values B) Returns the minimum value in a set of row values C) Returns the minimum value in a set of values 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.