Answer Posted / ranju
One more important BIND parameter.
'OWNER' That is the table creator name,which specifies the
table needs to be accessed is dev,UAT or Prod
| Is This Answer Correct ? | 22 Yes | 1 No |
Post New Answer View All Answers
Is db2 a programming language?
What is db2 plan table?
What is a cursor in programming?
How to access db2 tables in mainframe?
What is the physical storage length of date data type?
Is db2 relational database?
How can you validate Sql errors during cursor operation in db2 pgms and where do you code?
What is difference between isnull and coalesce?
How to retrieve rows from a db2 table in embedded sql?
Is ibm db2 open source?
Why do chiropractors use drop table?
Can there be more than one cursor open for any program?
How do I import a csv file into db2?
What is the use of reorg in db2?
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.