The lost update problem is when User A reads data that have been processed by a portion of a transaction from User B. False True TRUE ANSWER : ? YOUR ANSWER : ?
Which of the following occurs when one transaction reads a changed record that has not been committed to the database? Nonrepeatable read Consistent read Phantom read Dirty read TRUE ANSWER : ? YOUR ANSWER : ?
A point of synchronization between the database and the transaction log is generally referred to as a stop point. False True TRUE ANSWER : ? YOUR ANSWER : ?
Which of the following locks the item from change but not from read? Implicit lock Exclusive lock Shared lock Explicit lock TRUE ANSWER : ? YOUR ANSWER : ?
Which of the following refers to a cursor type where changes of any type and from any source are visible? Static Dynamic Keyset Forward only TRUE ANSWER : ? YOUR ANSWER : ?
When one transaction reads a changed record that has not been committed to the database a filthy read occurs. True False TRUE ANSWER : ? YOUR ANSWER : ?
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 TRUE ANSWER : ? YOUR ANSWER : ?
A cursor type in which the application can only move forward through the recordset is called: static. forward only. dynamic. keyset. TRUE ANSWER : ? YOUR ANSWER : ?
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 TRUE ANSWER : ? YOUR ANSWER : ?