Managing Multiuser Databases A transaction for which all committed changes are permanent is called: consistent. isolated. durable. atomic. consistent. isolated. durable. atomic. ANSWER DOWNLOAD EXAMIANS APP
Managing Multiuser Databases Locks placed by the DBMS are explicit locks. True False True False 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: durable. atomic. isolated. consistent. durable. atomic. isolated. consistent. ANSWER DOWNLOAD EXAMIANS APP
Managing Multiuser Databases Locks placed by the DBMS are called ________ . shared locks explicit locks implicit locks exclusive locks shared locks explicit locks implicit locks exclusive locks ANSWER DOWNLOAD EXAMIANS APP
Managing Multiuser Databases The advantage of optimistic locking is that: transactions that are best suited are those with a lot of activity. the lock is obtained only after the transaction has processed. the lock never needs to be obtained. the lock is obtained before the transaction has processed. transactions that are best suited are those with a lot of activity. the lock is obtained only after the transaction has processed. the lock never needs to be obtained. the lock is obtained before the transaction has processed. ANSWER DOWNLOAD EXAMIANS APP
Managing Multiuser Databases When one transaction reads a changed record that has not been committed to the database a filthy read occurs. False True False True ANSWER DOWNLOAD EXAMIANS APP