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 |
WHAT IS MEANT BY COMMIT COMMAND?
When DB2 connection fails, will online program work or give errors.
how many partitions are possible in partitioned tablespace? dont say 1-64. a)240 b)256 c)512 d)none
What is a plan and package in db2?
What is cobol db2?
What keyword does an SQL SELECT statement use for a string search?
How many databases are there?
What is buffer pool?
Why do chiropractors use drop table?
when we are tying to update a table having 100 rows. if the program abends when updating 51 row . how to start updating again from the 51 row .what was the logic
What is tablespace?
Can you search give an array in the WHERE clause of a db2 query?