What is a subselect? Is it different from a nested select?



What is a subselect? Is it different from a nested select?..

Answer / s

Subselect is a SELECT in the WHERE clause, providing values
to the outer select to get the qualifying rows. You can use
up to 225 subselects in a single SQL which are called
nested selects or nested subselects.

Is This Answer Correct ?    6 Yes 0 No

Post New Answer

More DB2 Interview Questions

DB2: A calls B once sucessfull and second time when it calls says curson is open why is it so?

1 Answers   IBM,


Which component is responsible for processing sql statements and selecting access paths?

0 Answers  


how can u understand the end of the table ?

1 Answers   TCS,


I have a table(product),It contain fields(productname,cost). I want to retrieve the product name ,which cost is second maximum in the table?

10 Answers   Fidelity,


What is dbrm in db2 database?

0 Answers  


Which transaction use a command thread ?

1 Answers  


What is the role of union all and union

0 Answers  


Is db2 free?

0 Answers  


a cursor normally gets closed once we provide a commit . If u try to close the same cursor with close cursor command later after providing the commit will there be any sql-error.

3 Answers  


What is check constraint in db2?

0 Answers  


What is correlation names?

1 Answers  


Plan has the optimized access path in it. But is that optimized access path is attained or known

1 Answers   IBM,


Categories