Managing Multiuser Databases MCQs
Practice free Managing Multiuser Databases multiple-choice questions with instant answer feedback and step-by-step solutions. Click an option to check yourself, reveal the full explanation, and work through all 43 questions — no login required.
Question 10medium
Which of the following disallows both dirty reads and nonrepeatable reads, but allows phantom reads?
Question 11medium
Dirty read, nonrepeatable, and phantom reads are not possible in this instance.
Question 12medium
A transaction in which either all of the database actions occur or none of them do is called:
Advertisement
Question 13medium
A cursor type in which the application can only move forward through the recordset is called:
Question 14medium
Which of the following occurs when one transaction reads a changed record that has not been committed to the database?
Question 15medium
Which of the following allows dirty reads, nonrepeatable reads and phantom reads to occur?
Advertisement
Question 18medium
A cursor type in which the application sees the data as they were at the time the cursor was opened is called: