InterviewSolution
Saved Bookmarks
| 1. |
Lost update problem is(a) Second update overwrites the first(b) First update overwrites the second(c) The updates are lost due to conflicting problem(d) None of the mentionedThis question was addressed to me in examination.My question is from Snapshot Isolation topic in chapter Concurrency Control of Database Management |
|
Answer» CORRECT choice is (a) Second update overwrites the first The best I can EXPLAIN: Lost update PROBLEM has to be RESOLVED. |
|