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 CONSISTENT with respect to the same POINT in TIME. A Read-Only transaction ensures that the results of each query executed in the transaction are consistent with respect to the same point in time. |
|