1. Which of the following is a correlated subquery?
Ask Your Doubts Here
Comments
By: guest on 01 Jun 2017 11.14 pm
Correlated subquery references a column in the outer query and executes the subquery once for every row in the outer query while Uncorrelated subquery executes the subquery first and passes the value to the outer query.