When one transaction updates a database item, and somehow the transaction fails, and the data doesn't get ___ back, another transaction tries to access the updated database item

11. When one transaction updates a database item, and somehow the transaction fails, and the data doesn't get ___ back, another transaction tries to access the updated database item.

  1. Rolled
  2. Committed
  3. Aborted
  4. None

Answer: A) Rolled

Explanation:

When one transaction updates a database item, and somehow the transaction fails, and the data doesn't get rolled back, another transaction tries to access the updated database item.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.