SQL and PL/SQL Question:

What is Correlated Subquery?

SQL and PL/SQL Interview Question
SQL and PL/SQL Interview Question

Answer:

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.


Previous QuestionNext Question
What is Minus?What is Multiple columns?