DEVFYI - Developer Resource - FYI

What's Correlated Subquery

PL/SQL Interview Questions and Answers


(Continued from previous question...)

What's Correlated Subquery

Correlated Subquery is a subquery that is evaluated once for each row processed by the parent statement. Parent statement can be Select, Update or Delete. Use CRSQ to answer multipart questions whose answer depends on the value in each row processed by parent statement.

(Continued on next question...)

Other Interview Questions