Home »
MCQs »
SQL MCQs »
SQL Statements and Clauses MCQs
Which statement is TRUE about the HAVING Clause?
4. Which statement is TRUE about the HAVING Clause?
- In order to group the rows, HAVING Clause is used.
- In order to return the rows, HAVING Clause is used.
- In order to select the defined groups by the GROUP BY Clause, HAVING Clause is used.
- None of the above
Answer: C) In order to select the defined groups by the GROUP BY Clause, HAVING Clause is used
Explanation:
In order to select the defined groups by the GROUP BY Clause, HAVING Clause is used.