Managing Multiuser Databases An exclusive lock locks the item from change but not from read. 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? Static Keyset Dynamic Forward only Static Keyset Dynamic Forward only ANSWER DOWNLOAD EXAMIANS APP
Managing Multiuser Databases A transaction in which either all of the database actions occur or none of them do is called: atomic. isolated. durable. consistent. atomic. isolated. durable. consistent. ANSWER DOWNLOAD EXAMIANS APP
Managing Multiuser Databases Which of the following allows dirty reads, nonrepeatable reads and phantom reads to occur? Repeatable read Serializable Read uncommitted Read committed Repeatable read Serializable Read uncommitted Read committed ANSWER DOWNLOAD EXAMIANS APP
Managing Multiuser Databases In optimistic locking, the assumption is made that conflict will occur. True False True False ANSWER DOWNLOAD EXAMIANS APP
Managing Multiuser Databases The lost update problem is when User A reads data that have been processed by a portion of a transaction from User B. True False True False ANSWER DOWNLOAD EXAMIANS APP