25.7k views
1 vote
A lost update occurs when

a. two transactions select the same row and then update the row based on the values originally selected
b. you perform an update on a set of rows when another transaction is performing an insert that affects one or more rows in that same set of rows
c. a transaction selects data that isn’t committed by another transaction
d. two SELECT statements that select the same data get different values because another transaction has updated the data in the time between the two statements

User Ebynum
by
5.9k points

2 Answers

6 votes

Answer:

The row is being edited, and the changes are not yet saved.

Step-by-step explanation:

c

User Willem
by
4.9k points
0 votes

Answer:

Option A is the correct answer.

Step-by-step explanation:

User Kmas
by
5.2k points