Which SQL keyword is used to retrieve a maximum value?
Which SQL keyword is used to retrieve a maximum value? Correct Answer MAX
The MAX() function returns the largest value of the selected column.Which SQL keyword is used to retrieve a maximum value? Correct Answer MAX
The MAX() function returns the largest value of the selected column.