what is cursor stability?

Answer Posted / sai prakash

It is a default isolation level. It puts a lock on the data that has been fetched, so that the retrieved data can be updated or deleted.

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How does cobol compile db2 program?

610


What is the purpose of rollback and commit?

595


What is the difference between cursor and select statement?

615


What parameters are used to control the free space in DB2?

642


What is a storage group (stogroup)?

778






What is db2 command?

586


What is a db2 collection?

607


How to compare data between two tables in db2?

660


What is a db2 tablespace?

602


What is dbrm in db2 database?

591


What is multi row fetch in db2?

610


What is load utility in db2?

668


What is a db2 table?

597


Following a db2 update statement, what is the quickest way to compute the total number of updated rows?

624


have 3 tables table1, table2 and table3 which contains employee information. table1 is master table, table2 contains emp details like emp no and so on, table 3 contains emp salary. so if any emp leave company between 25th - 30th of every month it has to get updated in tables. but it is not getting updated. What is the reason.

1238