InterviewSolution
Saved Bookmarks
| 1. |
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 mentionedThe 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 |
|
Answer» Right choice is (a) To FILTER out the ROW values |
|