InterviewSolution
Saved Bookmarks
| 1. |
Which clause is used to “filter out unwanted Groups”?(a) HAVING(b) FROM(c) WHERE(d) SELECTI have been asked this question in an internship interview.This is a very interesting question from Query Clauses topic in section Query Optimization of MySQL |
|
Answer» CORRECT CHOICE is (a) HAVING Easiest EXPLANATION: NONE. |
|