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 The transaction log contains a copy of every database record (or page) after it has changed. These records are called before images. False True False True 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
Managing Multiuser Databases A point of synchronization between the database and the transaction log is generally referred to as a stop point. True False True False ANSWER DOWNLOAD EXAMIANS APP
Managing Multiuser Databases A transaction for which all committed changes are permanent is called: consistent. atomic. isolated. durable. consistent. atomic. isolated. durable. 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 Forward only Keyset Static Dynamic Forward only Keyset Static ANSWER DOWNLOAD EXAMIANS APP