KnowledgeBoat Logo
|

Informatics Practices

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

SQL Queries

2 Likes

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.

Answered By

1 Like


Related Questions