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

How to access db2 tables in mainframe?

0 Answers  


Define db2.

0 Answers  


Why db2 is called db2?

0 Answers  


Which catalog table stores referential constraints?

1 Answers  


how to unload different table data into different gdg files/ vsam files.

3 Answers  






What are union and union all?

0 Answers  


While creating a table, by mistake you have given size of one field as 10. But as per requirement size should be 8. What is your next step?

4 Answers   CTS, IBM,


What is UNION,UNION ALL?

2 Answers  


How can the duplicate values be eliminated from db2 select?

0 Answers  


EXPLAIN has output with MATCHCOLS = 0. What does it mean?

2 Answers  


What is auditing?

2 Answers  


What is the physical storage length of the data types date, time, and timestamp?

0 Answers  


Categories