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
What is the maximum length of sqlca?
Where do you specify them?
How many types of page locks can be held in db2?
run jcl for cobol+db2 pgm?.. //jobcard //step001 exec pgm=ikjeft01 //systin dd * DSNSYSTEM(--------) RUN PROGRAM(MYPGMNAME) PLAN(-----), LIB(-------), PARMS(------) /* WHAT WILL U GIVE INSIDE THE BRACKETS... WHAT IS PLAN,PACKAGE,BIND?..PLAN N PACAKGES ARE GENERATED BY ?...
How to compare data between two tables in db2?
What is a storage group (stogroup)?
Why do we bind in db2?
How do I add a column in db2?
Are views updateable?
Why do we use cursor?
What are db2 tables?
How is a typical db2 batch pgm executed?
What is dbrm in db2 database?
What is db2 instance?
What is package in cobol db2?