Explain about rct.
No Answer is Posted For this Question
Be the First to Post Answer
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
what is a plan and how do you refer the plan in the program?
When is the authorization check on DB2 objects done - at BIND time or run time?
can I alter a table (e.g. adding a column) when other user is selecting some columns or updating some columns from the same table?
What language is db2 written in?
What is a cursor?
Is ibm db2 open source?
What's the maximum number of volumes that can be added to a STOGROUP?
what is the input to PLAN? what is the input to DBRM?
how do u update the faltfile into db2 table ?
How do I connect my db2 database to ibm?
select * from orders where odate between '2010-01-01'and '2010-03-31' How do u fetch this into cursor?