What is a correlated sub query?
Options
- The result retrieved by the inner query is fed to the outer query
- a correlated sub-query is dependent upon the outer query
- The outer query gives a reference to the sub query
- Both a and b
CORRECT ANSWER : a correlated sub-query is dependent upon the outer query
Write your comments