Answer Posted / rana
A "BIND REPLACE" will require a DBRM as input and will
replace the existing data with that supplied in the DBRM.
It will then analyse the access paths for the SQL supplied
in the DBRM. You tend to run a "BIND REPLACE" when the
associated application has been updated so that DB2 is also
updated with any changes to the SQL.
Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
What do you mean by between and in? Is between inclusive of specified range values?
How do you find the maximum value in a column in db2?
What are host variables in db2?
What is a db2 collection?
Can there be more than one cursor open for any program?
what is a corelated subquerry?
What is the role of data manager in the db2 database?
How to resolve deadlock issue
define clustering index.
What is view db2?
What is scrollable cursor in db2?
What is null 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.
What is db2 purescale?
How do I start db2 in windows?