A durable transaction is one in which all committed changes are permanent. True False TRUE ANSWER : ? YOUR ANSWER : ?
The size of the lock is referred to as the lock granularity. False True TRUE ANSWER : ? YOUR ANSWER : ?
The overall responsibility of the DBA is to facilitate the development and use of the database. True False TRUE ANSWER : ? YOUR ANSWER : ?
A point of synchronization between the database and the transaction log is generally referred to as a stop point. True False TRUE ANSWER : ? YOUR ANSWER : ?
The goal of database security is to ensure that only authorized users can perform authorized activities at authorized times. False True TRUE ANSWER : ? YOUR ANSWER : ?
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? Dynamic Forward only Keyset Static TRUE ANSWER : ? YOUR ANSWER : ?
The size of a lock is called: implicit lock exclusive lock lock granularity shared lock TRUE ANSWER : ? YOUR ANSWER : ?
When two transactions are being processed against the database at the same time they are termed concurrent transactions. False True TRUE ANSWER : ? YOUR ANSWER : ?