Exam 9: Managing Multiuser Databases

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

Database administration tasks have to be performed for single-user,personal databases.

(True/False)
4.8/5
(39)

Concurrency control measures are taken to ensure that one user's work has absolutely no influence on another user's work.

(True/False)
4.9/5
(39)

Which of the following is not true of data repositories?

(Multiple Choice)
4.8/5
(28)

Repeatable Read isolation is the most restrictive level of isolation.

(True/False)
4.9/5
(34)

Requiring all application programs to lock resources in the same order is a technique for preventing what problem?

(Multiple Choice)
4.8/5
(37)

A lock placed automatically by the DBMS is called a(n)________ lock.

(Multiple Choice)
4.8/5
(37)

A checkpoint is a point of synchronization between the database and the transaction log.

(True/False)
4.7/5
(34)

According to ANSI SQL,the serializable isolation level will not allow phantom reads,dirty reads,and nonrepeatable reads.

(True/False)
4.8/5
(38)

Which of the following would not be contained in a transaction log?

(Multiple Choice)
4.9/5
(34)

What is a distributed database?

(Essay)
4.8/5
(42)

A transaction is a group of alternative database actions from which the database can choose to perform only one of them.

(True/False)
4.9/5
(31)

Explicit locks are locks that are placed automatically by the DBMS.

(True/False)
4.8/5
(34)

Distinguish between statement-level consistency and transaction-level consistency.

(Essay)
4.9/5
(42)

Resources are locked for a shorter amount of time with pessimistic locking because the transaction is pre-processed.

(True/False)
4.9/5
(44)

To support rollforward and rollback recovery,transactions must be written to a script before they are applied to the database.

(True/False)
4.8/5
(35)

The DBA is responsible for managing changes to the database structure,but is rarely involved in the original design of the structure.

(True/False)
4.9/5
(37)

With optimistic locking,the assumption is made that no conflict will occur.

(True/False)
4.8/5
(31)

A static cursor processes a snapshot of the relation that was taken when the cursor was opened.

(True/False)
4.8/5
(34)

Locks placed automatically by the DBMS are called implicit locks.

(True/False)
4.9/5
(41)

Which are more commonly used: implicit or explicit locks? Why?

(Essay)
4.9/5
(43)
Showing 21 - 40 of 102
close modal

Filters

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