Single Choice Easy

QWhich aggregation function in MySQL returns the maximum value from a column?

ID: #15500 Aggregation functions - MySQL 98 views
Question Info
#15500Q ID
EasyDifficulty
Aggregation functions - MySQLTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A AVG
  • B SUM
  • C COUNT
  • D MAX
Correct Answer

Explanation

The MAX function in MySQL is used to retrieve the maximum value from a column. It compares all the values and returns the largest value present in the specified column.

Share This Question

Challenge a friend or share with your study group.