What is the difference between IN subselects and EXISTS
subselect?
Answer Posted / 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 View All Answers
What is the result of open cursor statement?
What is universal database?
What is table space in db2?
What is cascading rollback?
How do I add a column in db2?
What is null indicator in cobol db2?
Explain the contents that are a part of dclgen.
Explain the contention situations caused by locks?
What is sqlca’s maximum length?
What is temporal table in db2?
What do you mean by cursor?
What are the uses of db2 optimizer?
How do I import a csv file into db2?
What is a page in db2?
Explain how can you do the explain of a dynamic sql statement?