InterviewSolution
Saved Bookmarks
| 1. |
What Is The Difference Between Commit-work And Rollback-work Tasks? |
|
Answer» Commit-Work STATEMENT "performs" many functions relevant to SYNCHRONIZED EXECUTION of tasks. Rollback-work statement cancels: all reuests relevant to synchronized execution of tasks. Commit-Work statement "performs" many functions relevant to synchronized execution of tasks. Rollback-work statement cancels: all reuests relevant to synchronized execution of tasks. |
|