CSE :: Database System 2 - CS
- Dirty read, nonrepeatable, and phantom reads are not possible in this instance.
- A transaction in which either all of the database actions occur or none of them do is called:
- A cursor type in which the application can only move forward through the recordset is called:
- Which of the following occurs when one transaction reads a changed record that has not been committed to the database?
- Which of the following allows dirty reads, nonrepeatable reads and phantom reads to occur?
- Which of the following locks the item from access of any type?
- A cursor type in which the application sees the data as they were at the time the cursor was opened is called:
- What is the overall responsibility of the DBA?
- Locks placed by the DBMS are called ________ .