Managing Multiuser Databases In this instance, dirty reads are disallowed, while nonrepeatable reads and phantom reads are allowed. Read committed Repeatable read Read uncommitted Serializable Read committed Repeatable read Read uncommitted Serializable ANSWER DOWNLOAD EXAMIANS APP
Managing Multiuser Databases Which of the following occurs when a transaction rereads data it has previously read and finds modification or deletions caused by a committed transaction? Nonrepeatable read Phantom read Consistent read Dirty read Nonrepeatable read Phantom read Consistent read Dirty read ANSWER DOWNLOAD EXAMIANS APP
Managing Multiuser Databases Which of the following disallows both dirty reads and nonrepeatable reads, but allows phantom reads? Read uncommitted Read committed Serializable Repeatable read Read uncommitted Read committed Serializable Repeatable read 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 The size of a lock is called: shared lock implicit lock exclusive lock lock granularity shared lock implicit lock exclusive lock lock granularity ANSWER DOWNLOAD EXAMIANS APP
Managing Multiuser Databases In optimistic locking, the assumption is made that conflict will occur. False True False True ANSWER DOWNLOAD EXAMIANS APP