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 is an access path?
How is deadlock resolved?
What is query_cache_limit?
Usually, which is more important for DB2 system performance - CPU processing or I/O access?
What are the levels of isolation available with DB2V4
What is the syntax for seeing the columns and data types of a table in the db2 database?
What are the various data types available 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 ?...
What is database reorganization?
what is difference between Plan and Package
How to resolve -803 sql code in DB2?
What do you mean by commit and rollback?