InterviewSolution
Saved Bookmarks
| 1. |
What is the isolation property of transactions?(a) statements form a logic unit(b) database remains consistent(c) one transaction does not affect the other(d) transaction effects are recorded permanentlyThis question was posed to me in a job interview.Question is taken from Performing Transactions in portion Using SQL to Manage Data of MySQL |
|
Answer» The correct option is (c) one transaction does not affect the other |
|