Managing Multiuser Databases Database administration refers to a function that applies to the entire organization. False True False True 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 before the transaction has processed. the lock never needs to be obtained. the lock is obtained only after the transaction has processed. transactions that are best suited are those with a lot of activity. the lock is obtained before the transaction has processed. the lock never needs to be obtained. the lock is obtained only after the transaction has processed. ANSWER DOWNLOAD EXAMIANS APP
Managing Multiuser Databases The size of a lock is called: exclusive lock lock granularity shared lock implicit lock exclusive lock lock granularity shared lock implicit lock ANSWER DOWNLOAD EXAMIANS APP
Managing Multiuser Databases When one transaction reads a changed record that has not been committed to the database a filthy read occurs. True False True False ANSWER DOWNLOAD EXAMIANS APP
Managing Multiuser Databases The lost update problem is when User A reads data that have been processed by a portion of a transaction from User B. True False True False ANSWER DOWNLOAD EXAMIANS APP
Managing Multiuser Databases Which of the following disallows both dirty reads and nonrepeatable reads, but allows phantom reads? Read uncommitted Serializable Read committed Repeatable read Read uncommitted Serializable Read committed Repeatable read ANSWER DOWNLOAD EXAMIANS APP