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?
Answer Posted / sankar
You can also use VALUE
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
Give a brief description of db2 isolation levels?
What is the maximum No of rows per page?
Is db2 free?
How can we retrieve the total number of records in RPG & CLLE?
What is the physical storage length of the data types: date, time, timestamp in the db2 database?
How to connect to db2 database from windows command line?
What is cursor with hold option in db2?
What is check constraint in db2?
What is copy pending status in db2?
What is a dbrm in db2?
What is db2 instance?
How do I add a column to an existing table in db2?
How can the firstname and the lastname from the emp table be concatenated to generate complete names?
What is the maximum size of varchar data type in db2?
How to find schema of a table in db2?