Home »
MCQs »
SQL MCQs »
SQL Functions MCQs
Which function returns the largest value of the column?
5. Which function returns the largest value of the column?
- MIN()
- MAX()
- LARGE()
- AVG()
Answer: B) MAX()
Explanation:
MAX() function returns the largest value of the column.