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 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
Managing Multiuser Databases The advantage of optimistic locking is that: the lock never needs to be obtained. transactions that are best suited are those with a lot of activity. the lock is obtained only after the transaction has processed. the lock is obtained before the transaction has processed. the lock never needs to be obtained. transactions that are best suited are those with a lot of activity. the lock is obtained only after the transaction has processed. the lock is obtained before the transaction has processed. ANSWER DOWNLOAD EXAMIANS APP
Managing Multiuser Databases Locks placed by the DBMS are called ________ . shared locks explicit locks implicit locks exclusive locks shared locks explicit locks implicit locks exclusive locks ANSWER DOWNLOAD EXAMIANS APP
Managing Multiuser Databases The goal of database security is to ensure that only authorized users can perform authorized activities at authorized times. True False True False ANSWER DOWNLOAD EXAMIANS APP
Managing Multiuser Databases A cursor type in which the application can only move forward through the recordset is called: static. dynamic. keyset. forward only. static. dynamic. keyset. forward only. ANSWER DOWNLOAD EXAMIANS APP