Question
Which function returns the largest numeric value in a range?
Select an option. Your answer will be checked instantly.
Correct Answer: C. MAX
Explanation:
MAX examines the supplied values and returns the greatest one.
MIN returns the smallest, while COUNT and CONCAT perform different operations.
Leave a Reply