What is the difference between IN subselects and EXISTS
subselect?



What is the difference between IN subselects and EXISTS subselect?..

Answer / s

IN subselect will return rows that match the values in the
IN list. EXISTS will return rows if the subselect return a
true value.

Is This Answer Correct ?    11 Yes 2 No

Post New Answer

More DB2 Interview Questions

What is the physical storage length of date data type?

0 Answers  


If the base table underlying a view is restructured, eg. attributes are added, does the application code accessing the view need to be redone?

2 Answers  


What is an EXPLAIN in DB2. How and what is the steps followed in EXPLAIN command. Can all the queries be used in EXPLAIN command to check the performance.

3 Answers   IBM,


How to access db2 tables in mainframe?

0 Answers  


what is db2 restart?

0 Answers  






What is ibm db2 client?

0 Answers  


Can we update view in db2?

0 Answers  


Mention the downsides of page level lock.

0 Answers  


What is meant by a unit of recovery?

1 Answers  


What is meant by explain?

0 Answers  


What will the FREE command do to a plan?

2 Answers  


What is the difference between "db2ilist" and "db2 get instance" commands in DB2 Database Server?

0 Answers   MCN Solutions,


Categories