SQL Plus Question:

Explain What is a corelated subquery?

SQL Plus Interview Question
SQL Plus Interview Question

Answer:

Correlated subquery is the subquery, where the subquery has been executed for the every row processed by the parent statement.


Previous QuestionNext Question
Explain What is a database link?Explain How to drop the index?