Home »
MCQs »
SQL MCQs »
SQL Sub Queries, Views Clause MCQs
With which of the following statement(s) can the SQL sub queries be used?
2. With which of the following statement(s) can the SQL sub queries be used?
- SELECT
- UPDATE
- INSERT
- All of the above
Answer: D) All of the above
Explanation:
SQL sub queries can be used with SELECT, UPDATE, INSERT and DELETE statements.