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? Dirty read Consistent read Nonrepeatable read Phantom read Dirty read Consistent read Nonrepeatable read Phantom read ANSWER DOWNLOAD EXAMIANS APP
Managing Multiuser Databases An exclusive lock locks the item from change but not from read. True False True False ANSWER DOWNLOAD EXAMIANS APP
Managing Multiuser Databases Locks placed by command are called ________ . exclusive locks explicit locks implicit locks shared locks exclusive locks explicit locks implicit locks shared locks ANSWER DOWNLOAD EXAMIANS APP
Managing Multiuser Databases The size of the lock is referred to as the lock granularity. True False True False ANSWER DOWNLOAD EXAMIANS APP
Managing Multiuser Databases In this instance, dirty reads are disallowed, while nonrepeatable reads and phantom reads are allowed. Repeatable read Read uncommitted Read committed Serializable Repeatable read Read uncommitted Read committed Serializable ANSWER DOWNLOAD EXAMIANS APP
Managing Multiuser Databases Locks placed by command are implicit locks. False True False True ANSWER DOWNLOAD EXAMIANS APP