InterviewSolution
Saved Bookmarks
| 1. |
When Should Internal Transaction Management Be Used? |
|
Answer» It can be used if the number of connections to theDB are LIMITED and ALSO for pure retrieval when COMMIT & ROLLBACK are not application PRIORITIES. It can be used if the number of connections to theDB are limited and also for pure retrieval when COMMIT & ROLLBACK are not application priorities. |
|