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
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
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.
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic