Managing Multiuser Databases The lost update problem is when User A reads data that have been processed by a portion of a transaction from User B. True False True False 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. isolated. atomic. consistent. durable. isolated. atomic. consistent. ANSWER DOWNLOAD EXAMIANS APP
Managing Multiuser Databases The advantage of optimistic locking is that: the lock never needs to be obtained. the lock is obtained only after the transaction has processed. the lock is obtained before the transaction has processed. transactions that are best suited are those with a lot of activity. the lock never needs to be obtained. the lock is obtained only after the transaction has processed. the lock is obtained before the transaction has processed. transactions that are best suited are those with a lot of activity. 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 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 Consistent read Dirty read Nonrepeatable read Phantom read Consistent read Dirty read Nonrepeatable read ANSWER DOWNLOAD EXAMIANS APP
Managing Multiuser Databases The size of a lock is called: implicit lock exclusive lock lock granularity shared lock implicit lock exclusive lock lock granularity shared lock ANSWER DOWNLOAD EXAMIANS APP