MCQ Single Best Answer Easy

QWhich aggregation function in MySQL returns the number of rows in a result set or a specific column?

ID: #15498 Aggregation functions - MySQL 84 views
Question Info
#15498Q 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: Option C

Explanation

The COUNT function in MySQL is used to determine the number of rows in a result set or a specific column. It counts the number of records present in the specified context.

Share This Question

Challenge a friend or share with your study group.