Managing Multiuser Databases When two transactions are being processed against the database at the same time they are termed concurrent transactions. True False True False 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? Phantom read Dirty read Nonrepeatable read Consistent read Phantom read Dirty read Nonrepeatable read Consistent 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 Repeatable read Serializable Read committed Read uncommitted Repeatable read Serializable Read committed ANSWER DOWNLOAD EXAMIANS APP
Managing Multiuser Databases A transaction for which all committed changes are permanent is called: atomic. isolated. consistent. durable. atomic. isolated. consistent. durable. ANSWER DOWNLOAD EXAMIANS APP
Managing Multiuser Databases A durable transaction is one in which all committed changes are permanent. True False True False ANSWER DOWNLOAD EXAMIANS APP
Managing Multiuser Databases The size of a lock is called: lock granularity implicit lock shared lock exclusive lock lock granularity implicit lock shared lock exclusive lock ANSWER DOWNLOAD EXAMIANS APP