Managing Multiuser Databases Which of the following locks the item from change but not from read? Exclusive lock Implicit lock Shared lock Explicit lock Exclusive lock Implicit lock Shared lock Explicit lock 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? Consistent read Dirty read Phantom read Nonrepeatable read Consistent read Dirty read Phantom read Nonrepeatable read ANSWER DOWNLOAD EXAMIANS APP
Managing Multiuser Databases In this instance, dirty reads are disallowed, while nonrepeatable reads and phantom reads are allowed. Repeatable read Read committed Serializable Read uncommitted Repeatable read Read committed Serializable Read uncommitted ANSWER DOWNLOAD EXAMIANS APP
Managing Multiuser Databases Locks placed by the DBMS are called ________ . explicit locks exclusive locks implicit locks shared locks explicit locks exclusive locks implicit locks shared locks 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 Which of the following occurs when one transaction reads a changed record that has not been committed to the database? Consistent read Nonrepeatable read Dirty read Phantom read Consistent read Nonrepeatable read Dirty read Phantom read ANSWER DOWNLOAD EXAMIANS APP