Home »
MCQs »
SQL MCQs »
SQL Statements and Clauses MCQs
Which of the following clause is optional in SQL SELECT Statement?
7. Which of the following clause is optional in SQL SELECT Statement?
- SELECT
- FROM
- HAVING
- None of the above
Answer: C) HAVING
Explanation:
HAVING Clause is optional in SQL SELECT Statement.