Managing Multiuser Databases Which of the following occurs when one transaction reads a changed record that has not been committed to the database? Phantom read Dirty read Consistent read Nonrepeatable read Phantom read Dirty read Consistent read Nonrepeatable read ANSWER DOWNLOAD EXAMIANS APP
Managing Multiuser Databases The overall responsibility of the DBA is to facilitate the development and use of the database. False True False True ANSWER DOWNLOAD EXAMIANS APP
Managing Multiuser Databases Which of the following allows dirty reads, nonrepeatable reads and phantom reads to occur? Read committed Repeatable read Read uncommitted Serializable Read committed Repeatable read Read uncommitted Serializable 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? Dirty read Phantom read Nonrepeatable read Consistent read Dirty read Phantom read Nonrepeatable read Consistent read ANSWER DOWNLOAD EXAMIANS APP
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 A transaction for which all committed changes are permanent is called: durable. consistent. atomic. isolated. durable. consistent. atomic. isolated. ANSWER DOWNLOAD EXAMIANS APP