InterviewSolution
Saved Bookmarks
| 1. |
What do you understand by database transactions? |
|
Answer» A database transaction is DEFINED as a task sequence that is to be performed on the database to achieve the REQUIRED results logically. The task can include creating, DELETING, updating the records in the database tables. The tasks upon successful completion affect the records in the database. A transaction provides 4 controls as listed below:
|
|