Single Choice
Easy
QWhat is the purpose of the HAVING clause in a MySQL query?
ID: #15424
Introduction to MySQL Databases
120 views
Question Info
#15424Q ID
EasyDifficulty
Introduction to MySQL DatabasesTopic
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
Correct Answer
Explanation
The HAVING clause in a MySQL query is used to filter the result set based on conditions that involve aggregate functions. It is similar to the WHERE clause but operates on the grouped rows rather than individual rows.
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic