How does the processing of a correlated subquery differ
from a non correlated subquery?



How does the processing of a correlated subquery differ from a non correlated subquery?..

Answer / s

For every qualifying row in the outer query the correlated
subquery is evaluated. The correlated subquery has
reference to atleast one column of the outer query.

Non-correlated subquery does not make any reference to the
other query. The subquery is only executed once and the
results are used by the outer query to find the qualifying
rows.

Is This Answer Correct ?    7 Yes 1 No

Post New Answer

More DB2 Interview Questions

what is the process of precompiler?

2 Answers  


How does coalesce work?

1 Answers  


How do you eliminate duplicate values in db2?

1 Answers  


What is an intent lock?

3 Answers  


How do I import a csv file into db2?

1 Answers  


How would you find out the total number of rows in a db2 table?

1 Answers  


Describe major components of db2?

1 Answers  


How to find primary key of a table in db2?

1 Answers  


What statistic will tell the DBA how must space can be reclaimed from dropped table spaces on the next reorg run?

1 Answers  


Bind concepts in DB2 cobol

10 Answers   IBM, TCS, TRD, Virtusa,


how to fetch multiple records without using cursor

14 Answers   HCL,


wht is d/f between union and joins ?

2 Answers  


Categories