What is database reorganization?
No Answer is Posted For this Question
Be the First to Post Answer
What is db2 instance?
Can you search give an array in the WHERE clause of a db2 query?
Lot of updates have been done on a table due to which indexes have gone haywire. What do you do?
What is ibm db2 client?
Can you use max on a char column?
What is the difference between dbm cfg and db cfg file in db2 ?
when i am trying to update a table having 1000 rows. the program abends.how we will come to know the last successful updated row was. we are not using any commit operations
Suppose we have a query for update update table1 set col1 = 'val1' where col2=(select .... from ...) suppose the subquery does not return any record, what will happen to update?
How to find the number of rows in a db2 table?
What is dbrm? What it contains? When it will be created?
How to find last record before record through SQLRPGLE?
Can you tell me how can you find out the # of rows updated after an update statement?