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
i have a db2 variable how do u declare tht into working storage section ?
How to get the ddl of a table in db2?
What does a deadlock mean in DB2?
What is access path in db2?
how can u retrieve the data from null values using applicaion program.
Suppose we have a query for update update table1 set col1 = 'val1' where col2=(select .... from ...) suppose the subquery does not return any record, what will happen to update?
what is the steps followed in EXPLAIN Process or EXPLAIN command. (Explain is for identifying the optimized access path but how or what is the steps for doing the EXPLAIN)
What are the three types of page locks that can be held?
Suppose the outcome of executing a query results in a row having null. Based on the answer how you use it? Its declaration and inclusion?
How to insert more than one record using insert?
Which components manage deadlocks in db2?
i have table agdet i want first 5 maximum commission which query will you write for this thanks in advance