What is meant by isolation level?
Answers were Sorted based on User's Feedback
Answer / s
Isolation level determines how long the page or row locks
will be held.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / manidhan
ISOLATION LEVEL - Level of Isolation between two
transactions that want the same resource.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / srinivas chennareddy
Isolation level will let you know,how soon the acquired
lock will be released.
| Is This Answer Correct ? | 0 Yes | 1 No |
DB2 can implement a join in three ways using a merge join, a nested join or a hybrid join. Explain the differences?
which SQL comment successfully removes uncommitted changes from a DB2 database A) rollback B) delete C) drop D) decommit
why db2 is called as universal database?what is the storage capacity of db2v9 n what are the advantages of db2
What is a host variable?
can we view the access paths created by dbrm ? how ? thx
Update command
What is the maximum No of rows per page?
List out the data types available.
Which command is used to connect to a database in DB2 ? Give the Syntax.
What is the difference between primary key & unique index ?
What is buffer pool and list some of them?
What are the advantages of using a PACKAGE?