What is a correlated sub query?

Answers were Sorted based on User's Feedback



What is a correlated sub query?..

Answer / guest

Correlated subquery process is an outside-inside-outside
subquery. For every row in the outer query the inner query
is evaluated and results passed to the outer query to
complete the final result row.

Is This Answer Correct ?    2 Yes 0 No

What is a correlated sub query?..

Answer / aditya

a query in which there is reference of inner query into
outer query and that of outer query into inner
query...means they can't run independently.

Is This Answer Correct ?    2 Yes 1 No

Post New Answer

More DB2 Interview Questions

in my project..TEST is db2 8.1 version In PROD it is 7.1 if i do REORG in TEST.. can I use the same REORG jcl with out modification in PROD region (this is DB2 8.1 )? if not, what modification i need to do in my REORG control card?

0 Answers  


How to solve S0C7 abend with out using DISPlay in 10 mins?

1 Answers   IBM,


What do you mean by NOT NULL? When will you use it?

3 Answers  


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

0 Answers  


what is the use of bind parameter, Replace?

5 Answers   IBM,






what are the frequent DB2 abends did you encounter in your programs ?? What are different SQL abends ??

4 Answers   Xansa,


What does the REORG Utility do?

2 Answers  


What is the difference between "db2ilist" and "db2 get instance" commands in DB2 Database Server?

0 Answers   MCN Solutions,


What is PRIME TABLE and what are the uses of it

1 Answers  


What is image copy?

1 Answers   Virtusa,


what is the sqlcode -501

5 Answers   IBM, Polaris, Zeus,


cursor with hold explain ?

1 Answers   Verizon,


Categories