what is rebinding ?
Answer / sravani
when sql statements are not changed but a new index is added or runstats is run,then it is advisable to do a rebind for the
best possible access path. rebind plan is cheaper than bind with action(replace)
Is This Answer Correct ? | 4 Yes | 0 No |
How many clustering indexes can be defined for a table?
What will the DB2 optimizer do?
What is the role of data manager in the db2 database?
define clustering index.
what are the frequent DB2 abends did you encounter in your programs ?? What are different SQL abends ??
Is it mandatory to use DCLGEN? If not, why would you use it at all?
How do I add a column to a table in db2?
What is meant by AUTO COMMIT?
quary for 1> fetch last record 2> fetch in reverse order 3> fetch last 5 row 4> fetch second last record (their is no primary key) i think concept of count can be use for this in 4th
What are foreign keys?
I am having n number of records in a table which consists of emp-name is one of the field among them. Now i want to change the first letter of every name with capital.
Can you access the DB2 Directory table using SQL?