| 9. | A transaction in which either all of the database actions occur or none of them do is called: |
|||||||
Answer: Option A Explanation: No answer description available for this question. Let us discuss.
|
| 10. | Dirty read, nonrepeatable, and phantom reads are not possible in this instance. |
|||||||
Answer: Option D Explanation: No answer description available for this question. Let us discuss.
|
| 11. | Which of the following disallows both dirty reads and nonrepeatable reads, but allows phantom reads? |
|||||||
Answer: Option C Explanation: No answer description available for this question. Let us discuss.
|
| 12. | Which of the following refers to a cursor type where changes of any type and from any source are visible? |
|||||||
Answer: Option D Explanation: No answer description available for this question. Let us discuss.
|
| 13. | 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? |
|||||||
Answer: Option C Explanation: No answer description available for this question. Let us discuss.
|
| 14. | The advantage of optimistic locking is that: |
|||||||
Answer: Option A Explanation: No answer description available for this question. Let us discuss.
|
| 15. | Which of the following occurs when a transaction rereads data it has previously read and finds modification or deletions caused by a committed transaction? |
|||||||
Answer: Option A Explanation: No answer description available for this question. Let us discuss.
|
| 16. | In this instance, dirty reads are disallowed, while nonrepeatable reads and phantom reads are allowed. |
|||||||
Answer: Option A Explanation: No answer description available for this question. Let us discuss.
|
