| Author |
A question about transaction and CRUD operations.
|
raminaa niilian
Ranch Hand
Joined: Jul 14, 2005
Posts: 550
|
|
Hi Thank you for reading my post. Imagine that we just have one table to perform CRUD on it and we just have one record to insert, update or delete and multiple record for select. is there some scenario that we need to have a transactional insert, update, delete or select for this one table? Thanks
|
 |
Campbell Ritchie
Sheriff
Joined: Oct 13, 2005
Posts: 32644
|
|
|
If you are selecting multiple rows and somebody inserts or updates a row simultaneously.
|
 |
 |
|
|
subject: A question about transaction and CRUD operations.
|
|
|