Managing Multiuser Databases Which of the following refers to a cursor type where changes of any type and from any source are visible? Dynamic Static Keyset Forward only Dynamic Static Keyset Forward only 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. True False True False ANSWER DOWNLOAD EXAMIANS APP
Managing Multiuser Databases Which of the following allows dirty reads, nonrepeatable reads and phantom reads to occur? Repeatable read Read uncommitted Serializable Read committed Repeatable read Read uncommitted Serializable Read committed ANSWER DOWNLOAD EXAMIANS APP
Managing Multiuser Databases The size of a lock is referred to as lock sizing. True False True False 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 static forward only keyset dynamic static forward only keyset 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. True False True False ANSWER DOWNLOAD EXAMIANS APP