Answer Posted / bala
Isolation by its name explains the level by which two or more concurrent transactions are isolated from each other to maintain the data integrity in the database.
for example transaction A and transaction B are concurrent transactions, then it defines if A can read/update the data being modified by B or not and vice versa.
These Isolation levels will be used based on the business logic.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Can we insert update delete in view?
How do you concatenate the firstname and lastname from emp table to give a complete name?
What are the contents of dclgen?
Why db2 is called db2?
How can deadlocks be resolved?
What is cobol db2?
How can the duplicate values be eliminated from db2 select?
What is sqlca’s maximum length?
What is the purpose of using commit?
What is db2 instance?
What is the clustering index in the db2 database?
What is dbrm?
What do you mean by commit and rollback?
What is db2 bind process?
What is the difference between drop table and delete table?