Managing Multiuser Databases Resource locking is a process to prevent multiple applications from obtaining copies of the same record when the record is about to be changed. False True False True ANSWER DOWNLOAD EXAMIANS APP
Managing Multiuser Databases 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 False True ANSWER DOWNLOAD EXAMIANS APP
Managing Multiuser Databases When two transactions are being processed against the database at the same time they are termed concurrent transactions. False True False True ANSWER DOWNLOAD EXAMIANS APP
Managing Multiuser Databases A cursor type in which the application sees the data as they were at the time the cursor was opened is called: dynamic keyset forward only static dynamic keyset forward only static ANSWER DOWNLOAD EXAMIANS APP
Managing Multiuser Databases A phantom read occurs when a transaction rereads data it has previously read and finds modifications or deletions caused by a committed transaction. True False True False ANSWER DOWNLOAD EXAMIANS APP
Managing Multiuser Databases Dirty read, nonrepeatable, and phantom reads are not possible in this instance. Repeatable read Serializable Read committed Read uncommitted Repeatable read Serializable Read committed Read uncommitted ANSWER DOWNLOAD EXAMIANS APP