Exam 10: Transaction Management and Concurrency Control

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

requires that all operations of a transaction be completed.

(Multiple Choice)
4.8/5
(39)

A lock allows concurrent transactions to access different rows of the same table.

(Multiple Choice)
4.8/5
(33)

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

Database transaction restores a database from an inconsistent state to a previously consistent state.

(Short Answer)
4.9/5
(36)

A diskpage, or page, is the equivalent of a .

(Multiple Choice)
4.8/5
(32)

When using an optimistic approach, during the read phase, 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
(37)

The reason for the different levels of isolation is to increase transaction concurrency.

(True/False)
4.8/5
(34)

A lock locks the entire diskpage.

(Multiple Choice)
4.9/5
(33)

How does a shared/exclusive lock schema increase the lock manager's overhead?

(Essay)
4.8/5
(32)

A(n) phase in a two-phase lock is when a transaction releases all locks and cannot obtain any new lock.

(Multiple Choice)
4.9/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
(32)

Timestamps must only have the single property of uniqueness.

(True/False)
4.8/5
(30)

The objective of control is to ensure the serializability of transactions in a multiuser database environment.

(Short Answer)
4.7/5
(26)

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 COMMIT?

(Multiple Choice)
4.8/5
(25)

A single-user database system automatically ensures of the database, because only one transaction is executed at a time.

(Multiple Choice)
5.0/5
(30)

The rule states that only one transaction at a time can own an exclusive lock on the same object.

(Short Answer)
4.8/5
(42)

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

Lock indicates the level of lock use.

(Multiple Choice)
4.8/5
(36)

The last step in the write-through technique recovery procedure is to identify the last checkpoint in the transaction log.

(True/False)
4.9/5
(38)

The approach to scheduling concurrent transactions assigns a global unique stamp to each transaction.

(Multiple Choice)
4.9/5
(30)
Showing 21 - 40 of 85
close modal

Filters

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