What is the meaning of “HAVING” clause in Mysql?
(a) To filter out the row values
(b) To filter out the column values
(c) To filter out the row and column values
(d) None of the mentioned
The question was asked during an interview for a job.
The origin of the question is The group by & having Clause in portion Select Statement of MySQL