1.

Which clause is similar to “HAVING” clause in Mysql?(a) SELECT(b) WHERE(c) FROM(d) None of the mentionedThe question was posed to me in class test.Query is from The group by & having Clause in chapter Select Statement of MySQL

Answer»

Correct ANSWER is (B) WHERE

Explanation: “WHERE” is ALSO used to filter the row values in Mysql.



Discussion

No Comment Found

Related InterviewSolutions