Managing Multiuser Databases Resource locking is a process to prevent multiple applications from obtaining copies of the same record when the record is about to be changed. False True False True ANSWER DOWNLOAD EXAMIANS APP
Managing Multiuser Databases The transaction log contains a copy of every database record (or page) after it has changed. These records are called before images. True False True False ANSWER DOWNLOAD EXAMIANS APP
Managing Multiuser Databases 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? Static Dynamic Forward only Keyset Static Dynamic Forward only Keyset ANSWER DOWNLOAD EXAMIANS APP
Managing Multiuser Databases Which of the following allows dirty reads, nonrepeatable reads and phantom reads to occur? Serializable Read uncommitted Read committed Repeatable read Serializable Read uncommitted Read committed Repeatable read ANSWER DOWNLOAD EXAMIANS APP
Managing Multiuser Databases A cursor type in which the application can only move forward through the recordset is called: static. keyset. forward only. dynamic. static. keyset. forward only. dynamic. ANSWER DOWNLOAD EXAMIANS APP
Managing Multiuser Databases Which of the following occurs when a transaction rereads data and finds new rows that were inserted by a command transaction since the prior read? Phantom read Consistent read Nonrepeatable read Dirty read Phantom read Consistent read Nonrepeatable read Dirty read ANSWER DOWNLOAD EXAMIANS APP