Exam 10: Transaction Management and Concurrency Control

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

What is transaction isolation and why it is important?

(Essay)
4.9/5
(37)

What is a rule that applies to the two-phase locking protocol?

(Multiple Choice)
4.8/5
(40)

During the ____ phase,changes are permanently applied to the database.

(Multiple Choice)
4.9/5
(36)

In a page-level lock,the DBMS will lock an entire diskpage.

(True/False)
4.8/5
(36)

____________________-level locks are less restrictive than database-level locks,but they create traffic jams when many transactions are waiting to access the same table.

(Short Answer)
4.8/5
(33)

Serializability means that data used during the execution of a transaction cannot be used by a second transaction until the first one is completed.

(True/False)
4.7/5
(34)

ANSI defines four events that signal the end of a transaction.Of the following events,which is defined by ANSI as being equivalent to a ROLLBACK?

(Multiple Choice)
4.8/5
(29)

To determine the appropriate order of the operations,the scheduler bases its actions on concurrency control algorithms,such as ____________________ or time stamping methods.

(Short Answer)
4.9/5
(36)

The optimistic approach is based on the assumption that the majority of the database operations do not conflict.

(True/False)
4.8/5
(30)

A ____ lock locks the entire table preventing access to any row by a transaction while another transaction is using the table.

(Multiple Choice)
4.9/5
(33)

When using an optimistic approach,during the write phase,the transaction is validated to ensure that the changes made will not affect the integrity and consistency of the database.

(True/False)
4.7/5
(43)

The ANSI has defined standards that govern SQL database transactions.Transaction support is provided by two SQL statements: ____ and ROLLBACK.

(Multiple Choice)
4.8/5
(30)

As long as two transactions,T1 and T2,access ____ data,there is no conflict,and the order of execution is irrelevant to the final outcome.

(Multiple Choice)
4.8/5
(34)

All transactions must display ____.

(Multiple Choice)
4.8/5
(36)

A(n)____ lock has only two stages (0 and 1).

(Multiple Choice)
4.8/5
(28)

Lock ____ indicates the level of lock use.

(Multiple Choice)
5.0/5
(32)

The multiuser DBMS must implement controls to ensure serializability and isolation of transactions,in addition to atomicity and durability,in order to guard the database's consistency and integrity.

(True/False)
4.9/5
(29)

Although the DBMS is designed to recover a database to a previous consistent state (when an interruption prevents the completion of a required set of transactions),the transactions themselves are defined by the end user or programmer and must be ____________________ correct.

(Short Answer)
4.8/5
(34)

The ____ manager is responsible for assigning and policing the locks used by the transactions.

(Multiple Choice)
4.9/5
(28)

What are database checkpoints?

(Essay)
4.9/5
(36)
Showing 21 - 40 of 70
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)