- A To specify the columns to retrieve
- B To sort the result set
- C To filter the rows based on conditions
- D To filter the result set based on conditions
- Share this MCQ
Answer:
D
Share this MCQ
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.
Click me to Read more Question & Answer of Introduction to MySQL DatabasesShare this MCQ