Exam 13: Managing Transactions and Concurrency

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

In the optimistic approach, during the ____ phase, changes are permanently applied to the database.

(Multiple Choice)
4.8/5
(36)

When using an optimistic approach, a transaction reads the database, executes the needed computations, and makes the updates to a private copy of the database values.

(True/False)
4.9/5
(35)

A transaction is a ____ unit of work that must be either entirely completed or aborted.

(Multiple Choice)
4.9/5
(33)

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.7/5
(27)

Incomplete or improper transactions can have a devastating effect on database integrity.

(True/False)
4.9/5
(40)

The information stored in the ____ is used by the DBMS for a recovery requirement triggered by a ROLLBACK statement, a program's abnormal termination, or a system failure such as a network discrepancy or a disk crash.

(Multiple Choice)
4.9/5
(35)

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.8/5
(33)

In the optimistic approach, during the ____ phase, a transaction scans the database, executes the needed computations, and makes the updates to a private copy of the database values.

(Multiple Choice)
4.8/5
(35)

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
(39)

____________________ can take place at any of the following levels: database, table, page, row, or field.

(Short Answer)
4.9/5
(27)
Showing 61 - 70 of 70
close modal

Filters

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