DBA > Job Interview Questions > DB2 ( IBM Database 2 ) Interview Questions

What is the difference between IN subselects and

More DBA job interview questions and answers at http://dba.fyicenter.com/Interview-Questions/

(Continued from previous question...)

What is the difference between IN subselects and EXISTS subselect?

If there is an index on the attributes tested an IN is more efficient since DB2 uses the index for the IN. ( IN for index is the mnemonic).

(Continued on next question...)

Other Job Interview Questions