SQL and PL/SQL Question:

Download Job Interview Questions and Answers PDF

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.

Download SQL and PL/SQL Interview Questions And Answers PDF

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