InterviewSolution
Saved Bookmarks
| 1. |
What Is Read-only Transaction ? |
|
Answer» A Read-Only transaction ENSURES that the RESULTS of each QUERY EXECUTED in the transaction are consistant with RESPECT to the same point in time. A Read-Only transaction ensures that the results of each query executed in the transaction are consistant with respect to the same point in time. |
|