Managing Multiuser Databases A transaction is a series of actions to be taken on the database so that either all of them are performed successfully or none of them are performed at all. True False True False ANSWER DOWNLOAD EXAMIANS APP
Managing Multiuser Databases In optimistic locking, the assumption is made that conflict will occur. False True False True ANSWER DOWNLOAD EXAMIANS APP
Managing Multiuser Databases The advantage of optimistic locking is that: the lock is obtained only after the transaction has processed. transactions that are best suited are those with a lot of activity. the lock is obtained before the transaction has processed. the lock never needs to be obtained. the lock is obtained only after the transaction has processed. transactions that are best suited are those with a lot of activity. the lock is obtained before the transaction has processed. the lock never needs to be obtained. 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? Static Dynamic Keyset Forward only Static Dynamic Keyset Forward only ANSWER DOWNLOAD EXAMIANS APP
Managing Multiuser Databases The transaction log contains a copy of every database record (or page) after it has changed. These records are called before images. False True False True 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? Consistent read Dirty read Nonrepeatable read Phantom read Consistent read Dirty read Nonrepeatable read Phantom read ANSWER DOWNLOAD EXAMIANS APP