Managing Multiuser Databases Which of the following refers to a cursor type where changes of any type and from any source are visible? Keyset Dynamic Static Forward only Keyset Dynamic Static Forward only ANSWER DOWNLOAD EXAMIANS APP
Managing Multiuser Databases Which of the following allows dirty reads, nonrepeatable reads and phantom reads to occur? Serializable Read uncommitted Repeatable read Read committed Serializable Read uncommitted Repeatable read Read committed ANSWER DOWNLOAD EXAMIANS APP
Managing Multiuser Databases Two transactions that run concurrently and generate results that are consistent with the results that would have occurred if they had run separately are referred to as serializable transactions. False True False True ANSWER DOWNLOAD EXAMIANS APP
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 The transaction log contains a copy of every database record (or page) after it has changed. These records are called before images. True False True False 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