Oracle
1Z0-074 · Question #83
Examine this SQL statement: Which two are true?
The correct answer is D. The subquery is not a correlated subquery. Explanation/Reference:
Administering a Multitenant Container Database
Question
Examine this SQL statement:
Which two are true?
Exhibit
Options
- AAll existing rows in the ORDERS table are updated
- BThe subquery is executed for every updated row in the ORDERS table
- CThe subquery is executed before the UPDATE statement is executed
- DThe subquery is not a correlated subquery
- EThe UPDATE statement executes successfully even if the subquery selects multiple rows
How the community answered
(36 responses)- B3% (1)
- C6% (2)
- D83% (30)
- E8% (3)
Explanation
Explanation/Reference:
Topics
#UPDATE statement#subquery#correlated subquery#DML
Community Discussion
No community discussion yet for this question.
