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 bufferpool in db2?

0 Answers  


What is cursor stability?

1 Answers  


How do you pull up a query which was previously saved in qmf?

0 Answers  


Can we use select * statement in cobol program without giving field names ???

3 Answers   Zensar,


what is utility for parm lib

0 Answers   IBM,






How does one bind 2 versions of a CICS transaction with the same module name in two different CICS regions that share the same DB2 subsystem?

2 Answers  


What is the use of predicate?

0 Answers  


What is page size in db2?

0 Answers  


Is it Possible to read from PS file and write it to database by using dynamic sql(execute immediate)

2 Answers  


What is auditing?

2 Answers  


List down the data types in the db2 database.

0 Answers  


What are the uses of db2 optimizer?

0 Answers  


Categories