What are “lost updates”?



What are “lost updates”?..

Answer / Gopal Prasad Poddar

Lost updates is a phenomenon that occurs in multi-user database systems when two or more concurrent transactions both read the same data, modify it independently, and then save their changes without proper synchronization, leading to one user's update overwriting another's.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL Server Interview Questions

Can you explain various data region available in ssrs with their use?

1 Answers  


How to use subqueries with the exists operators in ms sql server?

1 Answers  


How to insert multiple rows with a subquery?

1 Answers  


How to retrieve field values using mssql_result()?

1 Answers  


How to get @@error and @@rowcount at the same time?

1 Answers  


What is a trigger in sql server?

1 Answers  


what is create database syntax? : Sql server database administration

1 Answers  


There is a table1 with records (1,2,3,4,5,6) and table2 with records (4,5,6,7,8,9).write a query so as to get the result as 1,2,3,4,5,6,7,8,9

12 Answers   RBS,


What is the difference between grant and with grant while giving permissions to the user?

1 Answers  


How can you transfer data from a text file to a database table? Or how can you export data from a table to a comma delimited (csv) file? Or how can you import data from ms access to a table in a database? Or how can you export data from a table to an excel file?

1 Answers  


List out the differences between the clustered index and non-clustered index in sql server?

1 Answers  


How do you persist objects, permissions in tempdb

1 Answers  


Categories