Which of the following disallows both dirty reads and nonrepeatable reads, but allows phantom reads?
Options
A. Read committed
B. Read uncommitted
C. Repeatable read
D. Serializable
Correct Answer
Repeatable read
Managing Multiuser Databases problems
Search Results
1. Which of the following refers to a cursor type that when the cursor is opened, a primary key value is saved for each row in the recordset; when the application accesses a row, the key is used to fetch the current values of the row?