MCQ Single Best Answer Easy

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

ID: #15499 Aggregation functions - MySQL 83 views
Question Info
#15499Q 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 MIN
Correct Answer: Option D

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.

Share This Question

Challenge a friend or share with your study group.