1Z0-007 · Question #75
In which four clauses can a subquery be used? (Choose four.)
The correct answer is A. in the INTO clause of an INSERT statement B. in the FROM clause of a SELECT statement D. in the WHERE clause of a SELECT statement E. in the SET clause of an UPDATE statement. A: a subquery is valid on the INTO clause of an ISERT Statement B: a subquery can be used in the FROM clause of a SELECT statement D: a subquery can be used in the WHERE clause of a SELECT statement, E: a subquery can be used in the SET clauses of an UPDATE statement, Incorrect…
Question
In which four clauses can a subquery be used? (Choose four.)
Options
- Ain the INTO clause of an INSERT statement
- Bin the FROM clause of a SELECT statement
- Cin the GROUP BY clause of a SELECT statement
- Din the WHERE clause of a SELECT statement
- Ein the SET clause of an UPDATE statement
- Fin the VALUES clause of an INSERT statement
How the community answered
(18 responses)- A83% (15)
- C11% (2)
- F6% (1)
Explanation
A: a subquery is valid on the INTO clause of an ISERT Statement B: a subquery can be used in the FROM clause of a SELECT statement D: a subquery can be used in the WHERE clause of a SELECT statement, E: a subquery can be used in the SET clauses of an UPDATE statement, Incorrect answer: C subquery cannot be used F: is incorrect.
Topics
Community Discussion
No community discussion yet for this question.