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