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
How to define the data items to receive the fetch items for the SQL?
What is reorg?
What DB2 Catalog column tell you when an index needs table reorganized ?
When reorg is used?
define clustering index.
What is meant by index cardinality?
i want to delete 20th million record how ?
how can u nderstand the sql stmts executed successfully or not ?
difference between group clause and order clause
what is the syntax for FOR UPDATE CLAUSE in cursor declaration and how can u update using cursor? is it possible to update multiple rows at a time.
What is the logical entity between plan and Package?
How we create a tables in db2,what is the process/syntax to create a table with example plz?