InterviewSolution
| 1. |
What Is Read Consistency? |
|
Answer» Read consistency, as supported by ORACLE, does the FOLLOWING: •Guarantees that the set of data seen by a statement is consistent with respect to a single point in time and does not change during statement execution (statement-level read consistency) Read consistency, as supported by Oracle, does the following: •Guarantees that the set of data seen by a statement is consistent with respect to a single point in time and does not change during statement execution (statement-level read consistency) |
|