Managing Multiuser Databases Locks placed by the DBMS are explicit locks. False True False True ANSWER DOWNLOAD EXAMIANS APP
Managing Multiuser Databases Two transactions that run concurrently and generate results that are consistent with the results that would have occurred if they had run separately are referred to as serializable transactions. False True False True ANSWER DOWNLOAD EXAMIANS APP
Managing Multiuser Databases Locks placed by command are implicit locks. False True False True ANSWER DOWNLOAD EXAMIANS APP
Managing Multiuser Databases Which of the following allows dirty reads, nonrepeatable reads and phantom reads to occur? Serializable Read uncommitted Repeatable read Read committed Serializable Read uncommitted Repeatable read Read committed ANSWER DOWNLOAD EXAMIANS APP
Managing Multiuser Databases The advantage of optimistic locking is that: 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. 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. ANSWER DOWNLOAD EXAMIANS APP
Managing Multiuser Databases Locks placed by command are called ________ . implicit locks explicit locks shared locks exclusive locks implicit locks explicit locks shared locks exclusive locks ANSWER DOWNLOAD EXAMIANS APP