Managing Multiuser Databases Which of the following occurs when a transaction rereads data it has previously read and finds modification or deletions caused by a committed transaction? Phantom read Dirty read Nonrepeatable read Consistent read Phantom read Dirty read Nonrepeatable read Consistent read ANSWER DOWNLOAD EXAMIANS APP
Managing Multiuser Databases Which of the following allows dirty reads, nonrepeatable reads and phantom reads to occur? Serializable Repeatable read Read committed Read uncommitted Serializable Repeatable read Read committed Read uncommitted ANSWER DOWNLOAD EXAMIANS APP
Managing Multiuser Databases Locks placed by the DBMS are called ________ . shared locks exclusive locks implicit locks explicit locks shared locks exclusive locks implicit locks explicit locks 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 What is the overall responsibility of the DBA? Both the first and third answers above are correct. Create and populate tables Development, operation, and maintenance of the database and its applications Facilitate the development and use of the database Both the first and third answers above are correct. Create and populate tables Development, operation, and maintenance of the database and its applications Facilitate the development and use of the database 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: durable. consistent. isolated. atomic. durable. consistent. isolated. atomic. ANSWER DOWNLOAD EXAMIANS APP