Managing Multiuser Databases Locks placed by the DBMS are explicit locks. False True False True ANSWER DOWNLOAD EXAMIANS APP
Managing Multiuser Databases Which of the following disallows both dirty reads and nonrepeatable reads, but allows phantom reads? Repeatable read Serializable Read committed Read uncommitted Repeatable read Serializable Read committed Read uncommitted ANSWER DOWNLOAD EXAMIANS APP
Managing Multiuser Databases Which of the following refers to a cursor type where changes of any type and from any source are visible? Keyset Forward only Static Dynamic Keyset Forward only Static Dynamic ANSWER DOWNLOAD EXAMIANS APP
Managing Multiuser Databases Which of the following refers to a cursor type that when the cursor is opened, a primary key value is saved for each row in the recordset; when the application accesses a row, the key is used to fetch the current values of the row? Keyset Static Forward only Dynamic Keyset Static Forward only Dynamic ANSWER DOWNLOAD EXAMIANS APP
Managing Multiuser Databases A transaction for which all committed changes are permanent is called: consistent. atomic. durable. isolated. consistent. atomic. durable. isolated. 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