What is cursor stability?
Answer / s
The lock is held as long as the cursor is positioned on the
page or row. The lock is released once the cursor moves to
another page or row.
| Is This Answer Correct ? | 3 Yes | 0 No |
What is the purpose of coding FETCH in a SQL SELECT query? Explain with an example in Detail?
How do I start db2 in windows?
What happens in bind step in a db2 program?
how we will do null data selection in cobol-db2 program
What is error -818 in db2. where can you find the timestamp of the DBRM and the source code.( precompile puts the timestamp on dbrm and source code correct?)
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
select * from orders where odate between '2010-01-01'and '2010-03-31' How do u fetch this into cursor?
What is a DB2 access path?
Which component is used to execute the sql statements?
How does cobol compile db2 program?
If the base table underlying a view is restructured, eg. attributes are added, does the application code accessing the view need to be redone?
How to insert more than one record using insert?