What is a db2 cursor?
No Answer is Posted For this Question
Be the First to Post Answer
How is a typical DB2 batch program executed ?
What is null value in db2?
Can we declare cursor in Procudere division or open the cursor in the Working storage section. Is there any particular rules in the usage of cursors lifecycle
Define data page.
Explain what are the various isolation levels possible?
What technique is used to retrieve data from more than one table in a single SQL statement?
Explain what a plan is?
when we are tying to update a table having 100 rows. if the program abends when updating 51 row . how to start updating again from the 51 row .what was the logic
by using cursors , we can access particular records from the table based on some condition, i want to delete those selected records, how can we write a query for this in the program?
I have two tables A and B. Both tables are connected with SSN number as foreign key. I want to retrieve a column data from B table. How will you write a query?
what is the difference between where clause and having clause
when we are trying to update db2 rows. if the program abends . how we will know that the last successful update row was