InterviewSolution
Saved Bookmarks
| 1. |
Which clause is similar to “HAVING” clause in Mysql?(a) SELECT(b) WHERE(c) FROM(d) None of the mentioned |
|
Answer» Correct answer is (b) WHERE Explanation: “WHERE” is also used to filter the row values in Mysql. |
|