InterviewSolution
Saved Bookmarks
| 1. |
Define Transaction ? |
|
Answer» A TRANSACTION is a LOGICAL UNIT of WORK that comprises one or more SQL statements executed by a single user. A Transaction is a logical unit of work that comprises one or more SQL statements executed by a single user. |
|