Home »
MCQs »
SQL MCQs »
SQL Sub Queries, Views Clause MCQs
Whenever a sub query appears in SQL, it is enclosed within ____ and placed to the ____ of the SQL operators
3. Whenever a sub query appears in SQL, it is enclosed within ____ and placed to the ____ of the SQL operators.
- Brackets, Left
- Brackets, Right
- Parenthesis, Left
- Parenthesis, Right
Answer: D) Parenthesis, Right
Explanation:
Whenever a sub query appears in SQL, it is enclosed within parenthesis and placed to the right of the SQL operators.