Managing Multiuser Databases Which of the following disallows both dirty reads and nonrepeatable reads, but allows phantom reads? Serializable Read uncommitted Read committed Repeatable read Serializable Read uncommitted Read committed Repeatable read ANSWER DOWNLOAD EXAMIANS APP
Managing Multiuser Databases A phantom read occurs when a transaction rereads data it has previously read and finds modifications or deletions caused by a committed transaction. False True False True ANSWER DOWNLOAD EXAMIANS APP
Managing Multiuser Databases Which of the following refers to a cursor type that when the cursor is opened, a primary key value is saved for each row in the recordset; when the application accesses a row, the key is used to fetch the current values of the row? Keyset Forward only Dynamic Static Keyset Forward only Dynamic Static ANSWER DOWNLOAD EXAMIANS APP
Managing Multiuser Databases A transaction is a series of actions to be taken on the database so that either all of them are performed successfully or none of them are performed at all. False True False True ANSWER DOWNLOAD EXAMIANS APP
Managing Multiuser Databases Which of the following occurs when a transaction rereads data and finds new rows that were inserted by a command transaction since the prior read? Nonrepeatable read Dirty read Phantom read Consistent read Nonrepeatable read Dirty read Phantom read Consistent read 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 Nonrepeatable read Dirty read Consistent read Phantom read Nonrepeatable read Dirty read Consistent read ANSWER DOWNLOAD EXAMIANS APP