Managing Multiuser Databases Locks placed by command are implicit locks. True False True False ANSWER DOWNLOAD EXAMIANS APP
Managing Multiuser Databases A point of synchronization between the database and the transaction log is generally referred to as a stop point. True False True False ANSWER DOWNLOAD EXAMIANS APP
Managing Multiuser Databases A phantom read occurs when a transaction rereads data it has previously read and finds modifications or deletions caused by a committed transaction. True False True False ANSWER DOWNLOAD EXAMIANS APP
Managing Multiuser Databases Which of the following occurs when one transaction reads a changed record that has not been committed to the database? Consistent read Nonrepeatable read Phantom read Dirty read Consistent read Nonrepeatable read Phantom read Dirty read ANSWER DOWNLOAD EXAMIANS APP
Managing Multiuser Databases A cursor type in which the application can only move forward through the recordset is called: keyset. static. forward only. dynamic. keyset. static. forward only. dynamic. ANSWER DOWNLOAD EXAMIANS APP
Managing Multiuser Databases In this instance, dirty reads are disallowed, while nonrepeatable reads and phantom reads are allowed. Read committed Serializable Repeatable read Read uncommitted Read committed Serializable Repeatable read Read uncommitted ANSWER DOWNLOAD EXAMIANS APP