1Z0-061 · Question #246
In which four clauses can a sub query 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 sub query is valid on the INTO clause of an ISERT Statement B: a sub query can be used in the FROM clause of a SELECT statement D: a sub query can be used in the WHERE clause of a SELECT statement, E: a sub query can be used in the SET clauses of an UPDATE statement,
Question
In which four clauses can a sub query 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
(34 responses)- A74% (25)
- C9% (3)
- F18% (6)
Explanation
A: a sub query is valid on the INTO clause of an ISERT Statement B: a sub query can be used in the FROM clause of a SELECT statement D: a sub query can be used in the WHERE clause of a SELECT statement, E: a sub query can be used in the SET clauses of an UPDATE statement,
Topics
Community Discussion
No community discussion yet for this question.