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

what is the maximum number of tables that can be joined ?

8 Answers   IBM, TCS,


Which catalog tables contain authorization information?

1 Answers  


Is db2 relational database?

0 Answers  


What are the Isolation levels possible ?

5 Answers  


What do the initials DDL and DML stand for and what is their meaning?

2 Answers  






What is the default page size of buffer pools?

0 Answers  


Following a db2 update statement, what is the quickest way to compute the total number of updated rows?

0 Answers  


When do you specify the isolation level? How?

1 Answers  


how can we retrieve the 100 records of the file ?

2 Answers   IBM,


What is ibm db2 used for?

0 Answers  


what needs to be done if a table is in copy pending / check pending status?

5 Answers   Xansa,


How can the firstname and the lastname from the emp table be concatenated to generate complete names?

0 Answers  


Categories