What is a correlated sub query?
Answers were Sorted based on User's Feedback
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 |
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 |
What is check constraint. Explain with example.
What is the difference between primary key & unique index ?
How can you validate Sql errors during cursor operation in db2 pgms and where do you code?
What is bind package and plan in db2?
What is the difference between IN subselects and EXISTS subselect?
What do you need to do before you do EXPLAIN ?
What is the purpose of the QUIESE Utility?
how does the defining of a stored procedure effect the size of a DB2 data base A) it increases the size of a data base B) it decreases the size of a data base C) it does not effect the size of the data base D) it changes the table space structures
What is the function of logging in the db2 database?
What is the picture clause of null indicator variable?
What is the max length of sqlca?
before altering a table is it necessary to lock ? if lock what is it ? how to do ? ifi want to lock a table what is that command ?