Multiple choice technology programming languages

We can use MIN and MAX for any

  1. Numeric data

  2. Data type

  3. Character data

  4. None of the above

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

MIN and MAX aggregate functions can work with any data type that supports ordering - numeric, character, date, etc. They return the minimum or maximum value based on that type's sorting rules, not just numeric data.