What does an outer join do?
Answer / guest
Includes unmatched rows from both tables. If any column of
the result table does not have a value, that column has the
null value in the result table.
| Is This Answer Correct ? | 12 Yes | 1 No |
What is null value in db2?
How do u achieve record level locking in DB2 versions when record level locking is not allowed?
Explain about open switch business continuity software?
What are leaf pages?
Why do we use cursor?
What is the format (internal layout) of ?TIMESTAMP??
What is sqlca’s maximum length?
Hi Dude,this is Ram.could any one tell me aboue CURRENT OF clause in DB2. Thanks in advance.......
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
How many clustering indexes can be defined for a table?
What will happen, while trying to close the closed cursor.
which SQL comment successfully removes uncommitted changes from a DB2 database A) rollback B) delete C) drop D) decommit