Answer Posted / guest
Includes unmatched rows from both tables. If any column of
the result table does not have a value, that column has the
null value in the result table.
| Is This Answer Correct ? | 12 Yes | 1 No |
Post New Answer View All Answers
What is the physical storage length of the data types: date, time, timestamp in the db2 database?
How do you concatenate the firstname and lastname from emp table to give a complete name?
How can record locking be achieved in those DB2 versions which do not support it?
What db2 400?
What are the different types of base tables?
What is the use of db2?
Define declaration generator (dclgen).
What is dclgen (declaration generator)?
List out the buffer pools in db2
What is database manager in db2?
before altering a table is it necessary to lock ? if lock what is it ? how to do ? ifi want to lock a table what is that command ?
What is the purpose of rollback and commit?
Explain about dbrm.
How do you stop a db2 database in linux?
have 3 tables table1, table2 and table3 which contains employee information. table1 is master table, table2 contains emp details like emp no and so on, table 3 contains emp salary. so if any emp leave company between 25th - 30th of every month it has to get updated in tables. but it is not getting updated. What is the reason.