Answer Posted / mohammadanis
DB2 Isolation is locking technqiue for tables.It can given
while binding the programs. There are several Isolation
levels are there,
1 CS(cursor stability)
2 RR(repeatable read)
3 RS(READ Stability)
4 UR(Uncommited read also known as Dirty read
| Is This Answer Correct ? | 10 Yes | 2 No |
Post New Answer View All Answers
Why do we need reorg in db2?
Which command is used to connect to a database in DB2 ? Give the Syntax.
What is image copy in db2?
What are sqlcodes –803,-805, -811, -818,-904,-911,-913,-101, +100?
Comment whether dclgen is mandatorily used. If not, then what is the point of using it?
Can we update view in db2?
What is multi row fetch in db2?
Discuss about db2 bind?
What is a collection in db2?
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?
Where can you declare a cursor in a cobol-db2 program?
How do I add a column in db2?
How to retrieve rows from a db2 table in embedded sql?
Explain the contents that are a part of dclgen.
What is the physical storage length of timestamp data type?