Answers

Question and Answer:

  Home  SQL and PL/SQL

⟩ What is 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.

 209 views

More Questions for you: