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 |
Can you explain various data region available in ssrs with their use?
How to use subqueries with the exists operators in ms sql server?
How to insert multiple rows with a subquery?
How to retrieve field values using mssql_result()?
How to get @@error and @@rowcount at the same time?
What is a trigger in sql server?
what is create database syntax? : Sql server database administration
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
What is the difference between grant and with grant while giving permissions to the user?
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?
List out the differences between the clustered index and non-clustered index in sql server?
How do you persist objects, permissions in tempdb
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)