InterviewSolution
Saved Bookmarks
| 1. |
What is a transaction? |
|
Answer» A transaction is a logical unit of work. To complete a logical unit of work, several actions may need to be taken against a database. Transactions are used to provide data integrity, correct application semantics, and a consistent view of data during concurrent access. |
|