CBSE Class 12 Informatics Practices Question 75 of 79

Database Query using SQL — Question 6

Back to all questions
6
Question

Question 6

The return value of MAX() function is a numeric value.

Answer

False

Reason — The MAX() function returns the largest value in a set of values, which can be numeric, date, or time. Therefore, the return value of the MAX() function is not always a numeric value.