A transaction for which all committed changes are permanent is called: consistent. atomic. durable. isolated. TRUE ANSWER : ? YOUR ANSWER : ?
Which of the following occurs when a transaction rereads data it has previously read and finds modification or deletions caused by a committed transaction? Consistent read Dirty read Nonrepeatable read Phantom read TRUE ANSWER : ? YOUR ANSWER : ?
What is the overall responsibility of the DBA? Development, operation, and maintenance of the database and its applications Both the first and third answers above are correct. Facilitate the development and use of the database Create and populate tables TRUE ANSWER : ? YOUR ANSWER : ?
Which of the following occurs when a transaction rereads data and finds new rows that were inserted by a command transaction since the prior read? Consistent read Nonrepeatable read Phantom read Dirty read TRUE ANSWER : ? YOUR ANSWER : ?
When one transaction reads a changed record that has not been committed to the database a filthy read occurs. False True TRUE ANSWER : ? YOUR ANSWER : ?
The size of the lock is referred to as the lock granularity. True False TRUE ANSWER : ? YOUR ANSWER : ?
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 TRUE ANSWER : ? YOUR ANSWER : ?
Which of the following locks the item from access of any type? Explicit lock Shared lock Implicit lock Exclusive lock TRUE ANSWER : ? YOUR ANSWER : ?
An exclusive lock locks the item from change but not from read. False True TRUE ANSWER : ? YOUR ANSWER : ?