Managing Multiuser Databases The advantage of optimistic locking is that: the lock is obtained only after the transaction has processed. the lock is obtained before the transaction has processed. the lock never needs to be obtained. transactions that are best suited are those with a lot of activity. the lock is obtained only after the transaction has processed. the lock is obtained before the transaction has processed. the lock never needs to be obtained. transactions that are best suited are those with a lot of activity. ANSWER DOWNLOAD EXAMIANS APP
Managing Multiuser Databases When two transactions are being processed against the database at the same time they are termed concurrent transactions. 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: isolated. durable. atomic. consistent. isolated. durable. atomic. consistent. ANSWER DOWNLOAD EXAMIANS APP
Managing Multiuser Databases In this instance, dirty reads are disallowed, while nonrepeatable reads and phantom reads are allowed. Read committed Read uncommitted Repeatable read Serializable Read committed Read uncommitted Repeatable read Serializable ANSWER DOWNLOAD EXAMIANS APP
Managing Multiuser Databases A transaction for which all committed changes are permanent is called: consistent. isolated. durable. atomic. consistent. isolated. durable. atomic. ANSWER DOWNLOAD EXAMIANS APP
Managing Multiuser Databases Which of the following locks the item from access of any type? Exclusive lock Shared lock Implicit lock Explicit lock Exclusive lock Shared lock Implicit lock Explicit lock ANSWER DOWNLOAD EXAMIANS APP