InterviewSolution
Saved Bookmarks
| 1. |
What Is Accounting Transaction? |
|
Answer» A TRANSACTION is an execution of a user PROGRAM and is seen by the DBMS as a SERIES or list of ACTIONS. The actions that can be executed by a transaction include the reading and writing of database. A transaction is an execution of a user program and is seen by the DBMS as a series or list of actions. The actions that can be executed by a transaction include the reading and writing of database. |
|