DBA > Job Interview Questions > COBOL SQL Interview Questions

What are correlated subqueries?

More DBA job interview questions and answers at http://dba.fyicenter.com/Interview-Questions/

(Continued from previous question...)

What are correlated subqueries?

A subquery in which the inner (nested ) query refers back to the table in the outer query. Correlated subqueries must be evaluated for each qualified row of the outer query that is referred to.

(Continued on next question...)

Other Job Interview Questions