Explain an outer join?
Answer / vamsikrishnamraju
An outer join operation returns all the rows returned by an
inner join plus all the rows from one table that do not
match any row from the other table. An outer join can be
left, right, or full, depending on whether rows from the
left, right, or both tables are retained
| Is This Answer Correct ? | 2 Yes | 0 No |
What's The Error Code For Unique Index Voilation?
Name the various locking levels available?
in column y record abc.v abc.s xyz.j abc.h i wan only abc columns how to retrieve thi records
What are the benefits of using the db2 database?
we can code COPY DCLGEN or INCLUDE DCLGEN, At which stage of the precompilation , dclgen get expanded if we write 1) copy 2) include one question about dclgen.. Is it mandatory to use declare table in dclgen.. I think no...but it will be used by the precompiler to validate the table name,column name etc.., can one clear my doubt ..is it necessary to include declare table or not?
Can SQL statements/queries be included in a copybook?
I need to view the number of tables existing under one particular Owner. Is it possible? If so, pl give the SQL query for this?
How to test SQL -911 error while developing COB-DB2 program
what is check point and restart Logic ? why do we go for that ??
What is index cardinality?
I use CS and update a page. Will the lock be released after I am done with that page?
What is rct?