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 In this instance, dirty reads are disallowed, while nonrepeatable reads and phantom reads are allowed. Read uncommitted Read committed Serializable Repeatable read Read uncommitted Read committed Serializable Repeatable read 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 before the transaction has processed. the lock is obtained only after 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 before the transaction has processed. the lock is obtained only after the transaction has processed. 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 The size of the lock is referred to as the lock granularity. False True False True ANSWER DOWNLOAD EXAMIANS APP
Managing Multiuser Databases Locks placed by command are called ________ . shared locks implicit locks explicit locks exclusive locks shared locks implicit locks explicit locks exclusive locks ANSWER DOWNLOAD EXAMIANS APP