Managing Multiuser Databases Which of the following refers to a cursor type where changes of any type and from any source are visible? Static Dynamic Keyset Forward only Static Dynamic Keyset Forward only ANSWER DOWNLOAD EXAMIANS APP
Managing Multiuser Databases Locks placed by command are called ________ . exclusive locks shared locks explicit locks implicit locks exclusive locks shared locks explicit locks implicit locks ANSWER DOWNLOAD EXAMIANS APP
Managing Multiuser Databases In this instance, dirty reads are disallowed, while nonrepeatable reads and phantom reads are allowed. Serializable Read uncommitted Read committed Repeatable read Serializable Read uncommitted Read committed Repeatable read ANSWER DOWNLOAD EXAMIANS APP
Managing Multiuser Databases Which of the following occurs when one transaction reads a changed record that has not been committed to the database? Dirty read Phantom read Consistent read Nonrepeatable read Dirty read Phantom read Consistent read Nonrepeatable read ANSWER DOWNLOAD EXAMIANS APP
Managing Multiuser Databases Locks placed by the DBMS are called ________ . explicit locks implicit locks shared locks exclusive locks explicit locks implicit locks shared locks exclusive locks 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 Dynamic Static Forward only Keyset Dynamic Static Forward only ANSWER DOWNLOAD EXAMIANS APP