Managing Multiuser Databases A durable transaction is one in which all committed changes are permanent. True False True False ANSWER DOWNLOAD EXAMIANS APP
Managing Multiuser Databases Which of the following locks the item from change but not from read? Implicit lock Explicit lock Exclusive lock Shared lock Implicit lock Explicit lock Exclusive lock Shared lock ANSWER DOWNLOAD EXAMIANS APP
Managing Multiuser Databases Dirty read, nonrepeatable, and phantom reads are not possible in this instance. Read uncommitted Serializable Read committed Repeatable read Read uncommitted Serializable Read committed Repeatable read ANSWER DOWNLOAD EXAMIANS APP
Managing Multiuser Databases The advantage of optimistic locking is that: transactions that are best suited are those with a lot of activity. the lock is obtained only after the transaction has processed. the lock never needs to be obtained. the lock is obtained before the transaction has processed. transactions that are best suited are those with a lot of activity. the lock is obtained only after the transaction has processed. the lock never needs to be obtained. the lock is obtained before the transaction has processed. ANSWER DOWNLOAD EXAMIANS APP
Managing Multiuser Databases In optimistic locking, the assumption is made that conflict will occur. True False True False ANSWER DOWNLOAD EXAMIANS APP
Managing Multiuser Databases The size of a lock is referred to as lock sizing. False True False True ANSWER DOWNLOAD EXAMIANS APP