Which of the following functions is used to find the largest value from the given data in MySQL?
MAX()
Reason — The MAX() function is used to find the maximum value of a particular column in a table.