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 |
How do you concatenate the firstname and lastname from emp table to give a complete name?
What techniques will be used to avoid deadlock??
What parameters are used to control the free space in DB2?
Which component is responsible for processing sql statements and selecting access paths?
If a non-DB2 program calls a DB2 program, the calling program's name will be there in SYSIN of IKJEFT01 and the plan name will be that of the called program. But is a bind needed or a plan has to be created for the non-DB2 program also?
What is lock contention?
when we are tying to update a table having 100 rows. if the program abends when updating 51 row . how to start updating again from the 51 row .what was the logic
How is a typical db2 batch pgm executed?
if any of the column names is provided wrong, where do you get the error(during precompilation or during Bind)
Why PS file called Physical seqential file?How to sore data in sequential file and ESDS file? What is the use of DBRM,PLAN,package and Collection.
What is null indicator in db2?
What is a DB2 access path?