Managing Multiuser Databases The advantage of optimistic locking is that: the lock is obtained before the transaction has processed. transactions that are best suited are those with a lot of activity. the lock is obtained only after the transaction has processed. the lock never needs to be obtained. the lock is obtained before the transaction has processed. transactions that are best suited are those with a lot of activity. the lock is obtained only after the transaction has processed. the lock never needs to be obtained. ANSWER DOWNLOAD EXAMIANS APP
Managing Multiuser Databases Which of the following occurs when a transaction rereads data and finds new rows that were inserted by a command transaction since the prior read? Consistent read Nonrepeatable read Dirty read Phantom read Consistent read Nonrepeatable read Dirty read Phantom read ANSWER DOWNLOAD EXAMIANS APP
Managing Multiuser Databases An exclusive lock locks the item from change but not from read. True False True False 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? Forward only Keyset Static Dynamic Forward only Keyset Static Dynamic ANSWER DOWNLOAD EXAMIANS APP
Managing Multiuser Databases A transaction in which either all of the database actions occur or none of them do is called: isolated. atomic. consistent. durable. isolated. atomic. consistent. durable. ANSWER DOWNLOAD EXAMIANS APP
Managing Multiuser Databases What is the overall responsibility of the DBA? Facilitate the development and use of the database Development, operation, and maintenance of the database and its applications Both the first and third answers above are correct. Create and populate tables Facilitate the development and use of the database Development, operation, and maintenance of the database and its applications Both the first and third answers above are correct. Create and populate tables ANSWER DOWNLOAD EXAMIANS APP