For unmatched rows returned from an outer join, the column
values in the other table are set to null e.g If A OUTER
JOIN B returns some unmatched rows from A, the
corresponding column values in B will be set to null. What
can be done so that a null value is not displayed for these
columns?
Answers were Sorted based on User's Feedback
What does db2 blu stand for?
how do you resolve -805?
What is a db2 collection?
How can you classify the locks in db2?
Can DASD types assigned to storage groups be intermixed (i.e., 3350s and 3380s)?
What is an inner join, and an outer join ?
how will you retrieve first record in table
Explain the contention situations caused by locks?
How to resolve -504 sql code in DB2?
What is buffer pool and list some of them?
How do you leave the cursor open after issuing a COMMIT? (for DB2 2.3 or above only)
what is the difference between declaring the cursor in WS section and Procedure division?