Managing Multiuser Databases When one transaction reads a changed record that has not been committed to the database a filthy read occurs. 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 Dirty read Nonrepeatable read Phantom read Consistent read Dirty read Nonrepeatable read Phantom read ANSWER DOWNLOAD EXAMIANS APP
Managing Multiuser Databases Which of the following allows dirty reads, nonrepeatable reads and phantom reads to occur? Serializable Read committed Repeatable read Read uncommitted Serializable Read committed Repeatable read Read uncommitted ANSWER DOWNLOAD EXAMIANS APP
Managing Multiuser Databases A cursor type in which the application can only move forward through the recordset is called: dynamic. static. keyset. forward only. dynamic. static. keyset. forward only. ANSWER DOWNLOAD EXAMIANS APP
Managing Multiuser Databases Which of the following refers to a cursor type where changes of any type and from any source are visible? Forward only Dynamic Keyset Static Forward only Dynamic Keyset Static ANSWER DOWNLOAD EXAMIANS APP
Managing Multiuser Databases A transaction in which either all of the database actions occur or none of them do is called: atomic. durable. consistent. isolated. atomic. durable. consistent. isolated. ANSWER DOWNLOAD EXAMIANS APP