What is access path in db2?
No Answer is Posted For this Question
Be the First to Post Answer
What is difference between isnull and coalesce?
Why might full image copies be faster to implement than an incremental image copy?
What is a dbrm in db2?
What is sqlca’s maximum length?
How do I delete a table in db2?
a cursor normally gets closed once we provide a commit . If u try to close the same cursor with close cursor command later after providing the commit will there be any sql-error.
What do the initials DDL and DML stand for and what is their meaning?
select * from orders where odate between '2010-01-01'and '2010-03-31' How do u fetch this into cursor?
What is the database descriptor?
What is a data page?
Discuss about db2 bind?
Suppose we are doing transaction in a table and abend happened in between. Suppose i have completed the transaction upto X rows and I want to start the transaction again where the abend happened. I don't want to do the transaction from the first record. Then what i have to do.