Single Choice
Easy
QWhich aggregation function in MySQL returns the minimum value from a column?
ID: #15499
Aggregation functions - MySQL
88 views
Question Info
#15499Q 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 MIN function in MySQL is used to retrieve the minimum value from a column. It compares all the values and returns the smallest 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