245 views

1 Answer

2 votes
2 votes

2) Lost Update Problem

 

Lost update problem: 

 

This problem occurs when two transactions that access the same database items have their operations interleaved in a way that makes the value of some database item incorrect. Suppose that two transactions are submitted at the same time and their operations are interleaved, then the final value of the item X is incorrect because transaction T2 reads the value of X before T1 changes it in the database and hence the updated value resulting from T1 is lost.

Related questions

0 votes
0 votes
0 answers
2
vivekgateoverflow asked Apr 1, 2017
441 views
DEar admin please upload kvs pgt and nvs pgt computer science questions in previous years question tag with answer thanku so much every one searching question an...
0 votes
0 votes
2 answers
3
Sanjay Sharma asked Jan 7, 2017
1,659 views
S1 : a small page size causes large page tables. S2 : internal fragmentation is increased with small pages S3: I/O transfers are more efficient with large pages.a)S1 is...
1 votes
1 votes
1 answer
4
Sanjay Sharma asked Dec 11, 2016
1,351 views
In the _______method , after the station finds the line idle , it sends or refrains from sending based on probabilitya)None-Persistentb)One -Persistentc) P-Persistentd)No...