Managing Multiuser Databases Locks placed by command are called ________ . exclusive locks shared locks implicit locks explicit locks exclusive locks shared locks implicit locks explicit locks ANSWER DOWNLOAD EXAMIANS APP
Managing Multiuser Databases Which of the following allows dirty reads, nonrepeatable reads and phantom reads to occur? Read committed Repeatable read Serializable Read uncommitted Read committed Repeatable read Serializable Read uncommitted 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 A transaction for which all committed changes are permanent is called: atomic. durable. isolated. consistent. atomic. durable. isolated. consistent. 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? Dirty read Nonrepeatable read Consistent read Phantom read Dirty read Nonrepeatable read Consistent read Phantom read 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? Dynamic Keyset Static Forward only Dynamic Keyset Static Forward only ANSWER DOWNLOAD EXAMIANS APP