CBSE Class 12 Informatics Practices Question 39 of 79

Database Query using SQL — Question 10

Back to all questions
10
Question

Question 10

Which of the following functions is used to find the largest value from the given data in MySQL?

  1. MAX()
  2. MAXIMUM()
  3. LARGEST()
  4. BIG()
Answer

MAX()

Reason — The MAX() function is used to find the maximum value of a particular column in a table.