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 A point of synchronization between the database and the transaction log is generally referred to as a stop point. False True False True ANSWER DOWNLOAD EXAMIANS APP
Managing Multiuser Databases The size of a lock is called: lock granularity shared lock exclusive lock implicit lock lock granularity shared lock exclusive lock implicit lock 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: atomic. isolated. durable. consistent. atomic. isolated. durable. consistent. ANSWER DOWNLOAD EXAMIANS APP
Managing Multiuser Databases The advantage of optimistic locking is that: the lock is obtained before the transaction has processed. the lock is obtained only after 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 before the transaction has processed. the lock is obtained only after 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 Database administration refers to a function that applies to the entire organization. True False True False ANSWER DOWNLOAD EXAMIANS APP