Exam 10: Transaction Management and Concurrency Control

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

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

ensure that a disk physical failure will not impair the DBMS's ability to recover data.

(Short Answer)
4.8/5
(37)

The DBMS guarantees that the semantic meaning of a transaction truly represents the real-world event.

(True/False)
4.8/5
(25)

Lock indicates the level of lock use.

(Multiple Choice)
4.9/5
(40)

The implicit beginning of a transaction is .

(Multiple Choice)
4.9/5
(42)

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

(Multiple Choice)
4.9/5
(40)

The scheduler establishes the order in which the operations within concurrent transactions are executed.

(True/False)
4.9/5
(34)

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

(Short Answer)
4.8/5
(39)

What is transaction isolation and why it is important?

(Essay)
4.7/5
(33)

If a(n)is issued before the termination of a transaction,the DBMS will restore the database only for that particular transaction,rather than for all transactions,in order to maintain the durability of the previous transactions.

(Short Answer)
4.8/5
(37)

The serializable isolation level is the least restrictive level defined by the ANSI SQL standard.

(True/False)
4.8/5
(50)

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

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

(Multiple Choice)
4.8/5
(41)

Explain the transaction log.What is its function?

(Essay)
4.9/5
(36)

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 semantically correct.

(True/False)
4.8/5
(35)

A consistent database state is .

(Multiple Choice)
4.9/5
(42)
Showing 61 - 76 of 76
close modal

Filters

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