How do u achieve record level locking in DB2 versions when
record level locking is not allowed?
Answers were Sorted based on User's Feedback
Answer / nahid gorji
By using locksize page and Isolation level CS.
| Is This Answer Correct ? | 2 Yes | 2 No |
Answer / s
By storing one row per data page and using page locks.
| Is This Answer Correct ? | 1 Yes | 2 No |
How can we define a table? How can we apply SEARCH ALL on it ?
Why do chiropractors use drop table?
Hi Dude,this is Ram.could any one tell me aboue CURRENT OF clause in DB2. Thanks in advance.......
How to get the ddl of a table in db2?
Explain the use of the WHERE clause?
Can a primary key have null values? If we try to insert a null value in a primary key column, will it work or give an error code?
What is access path in db2?
What is db2 stogroup?
What is the syntax for FETCH in DB2 ?
What is phantom read in db2?
For a db2 column that is being defined as decimal (11, 2), discuss the cobol picture clause.
How and when does the db2 enforces the unique key?