Home »
MCQs »
SQL MCQs »
SQL Statements and Clauses MCQs
Which of the following clause cannot be optional in SQL SELECT Statement?
6. Which of the following clause cannot be optional in SQL SELECT Statement?
- WHERE
- GROUP BY
- ORDER BY
- None of the above
Answer: D) None of the above
Explanation:
WHERE, GROUP BY and ORDER BY all are optional clauses in SQL SELECT Statement.