Managing Multiuser Databases When one transaction reads a changed record that has not been committed to the database a filthy read occurs. True False True False 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? Nonrepeatable read Consistent read Phantom read Dirty read Nonrepeatable read Consistent read Phantom read Dirty read ANSWER DOWNLOAD EXAMIANS APP
Managing Multiuser Databases The overall responsibility of the DBA is to facilitate the development and use of the database. False True False True ANSWER DOWNLOAD EXAMIANS APP
Managing Multiuser Databases Which of the following locks the item from access of any type? Exclusive lock Explicit lock Shared lock Implicit lock Exclusive lock Explicit lock Shared lock Implicit lock ANSWER DOWNLOAD EXAMIANS APP
Managing Multiuser Databases A cursor type in which the application sees the data as they were at the time the cursor was opened is called: keyset dynamic static forward only keyset dynamic static forward only ANSWER DOWNLOAD EXAMIANS APP
Managing Multiuser Databases Dirty read, nonrepeatable, and phantom reads are not possible in this instance. Read committed Serializable Repeatable read Read uncommitted Read committed Serializable Repeatable read Read uncommitted ANSWER DOWNLOAD EXAMIANS APP