logo

CuriousTab

CuriousTab

Managing Multiuser Databases problems


  • 1. Two transactions that run concurrently and generate results that are consistent with the results that would have occurred if they had run separately are referred to as serializable transactions.

  • Options
  • A. True
  • B. False
  • Discuss
  • 2. A point of synchronization between the database and the transaction log is generally referred to as a stop point.

  • Options
  • A. True
  • B. False
  • Discuss
  • 3. A phantom read occurs when a transaction rereads data it has previously read and finds modifications or deletions caused by a committed transaction.

  • Options
  • A. True
  • B. False
  • Discuss
  • 4. A transaction is a series of actions to be taken on the database so that either all of them are performed successfully or none of them are performed at all.

  • Options
  • A. True
  • B. False
  • Discuss
  • 5. The overall responsibility of the DBA is to facilitate the development and use of the database.

  • Options
  • A. True
  • B. False
  • Discuss
  • 6. When two transactions are being processed against the database at the same time they are termed concurrent transactions.

  • Options
  • A. True
  • B. False
  • Discuss
  • 7. The size of the lock is referred to as the lock granularity.

  • Options
  • A. True
  • B. False
  • Discuss
  • 8. An ACID transaction is one that is atomic, consistent isolated, and durable.

  • Options
  • A. True
  • B. False
  • Discuss
  • 9. A durable transaction is one in which all committed changes are permanent.

  • Options
  • A. True
  • B. False
  • Discuss
  • 10. An exclusive lock locks the item from change but not from read.

  • Options
  • A. True
  • B. False
  • Discuss

First 2 3