Managing Multiuser Databases Which of the following disallows both dirty reads and nonrepeatable reads, but allows phantom reads? Read uncommitted Read committed Repeatable read Serializable Read uncommitted Read committed Repeatable read Serializable ANSWER DOWNLOAD EXAMIANS APP
Managing Multiuser Databases Which of the following allows dirty reads, nonrepeatable reads and phantom reads to occur? Read uncommitted Serializable Repeatable read Read committed Read uncommitted Serializable Repeatable read Read committed ANSWER DOWNLOAD EXAMIANS APP
Managing Multiuser Databases The size of a lock is called: implicit lock exclusive lock lock granularity shared lock implicit lock exclusive lock lock granularity shared lock 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. False True False True ANSWER DOWNLOAD EXAMIANS APP
Managing Multiuser Databases A transaction for which all committed changes are permanent is called: isolated. durable. consistent. atomic. isolated. durable. consistent. atomic. ANSWER DOWNLOAD EXAMIANS APP
Managing Multiuser Databases In optimistic locking, the assumption is made that conflict will occur. True False True False ANSWER DOWNLOAD EXAMIANS APP