Multiple choice technology programming languages We can use MIN and MAX for any Numeric data Data type Character data 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.