Page 1 of 1

Examine this SQL statement:Which two are true? (Choose two.)

Posted: Sun Jun 11, 2023 3:54 pm
by answerhappygod
Examine this SQL statement:Which two are true? (Choose two.)
Examine This Sq 1
Examine This Sq 1 (28.32 KiB) Viewed 137 times
A. All existing rows in the ORDERS table are updated.
B. The subquery is executed before the UPDATE statement is executed.
C. The subquery is not a correlated subquery.
D. The subquery is executed for every updated row in the ORDERS table. E. The UPDATE statement executes successfully even if the subquery selects multiple rows.