InterviewSolution
Saved Bookmarks
| 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 |
|