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 |
What is the difference between using bind () and rebind () methods of naming class?
What is the difference between Where and Having Clause
I need to view the number of tables existing under one particular Owner. Is it possible? If so, pl give the SQL query for this?
What is database manager in db2?
Who uses db2?
Is it possible to create an Instance in DB2 using DB2 Control Center ?
What is meant by index cardinality?
What is REORG? When is it used?
I have a subprogram B calling from mainprogram A.I have opened a cursor in A ,Can i fetch the same cursor in subprogram B , If yes , Please explain the reason?
what is the difference between normal select query and currosor
i want to know how the commit option works,how it save the changes? it will update the database or what ? where we can see these saved changes?
how to resolve -811 error. give clear explination