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
I have a subprogram B calling from mainprogram A.I have opened a cursor in A ,Can i fetch the same cursor in subprogram B , If yes , Please explain the reason?
What is schema in db2?
What is iseries database?
What is runstats utility in db2?
What is copy pending and check pending in db2?
How to restart a DB2 program?
What are packages in db2?
Give the name of some fields form sqlca.
What is the difference between cursor and select statement?
How to find the maximum value in a column in the db2 database?
Who uses db2?
What is dbrm?
What is the maximum size of a char data type in db2?
Mention the length of physical storage of the given data types of db2 – date, timestamp, time
Following a db2 update statement, what is the quickest way to compute the total number of updated rows?