In scenarios involving multiple databases, ________ transactions can be used to ensure consistency across all involved databases.

  • Distributed
  • Nested
  • Serializable
  • Concurrent
The correct option is 2. Nested transactions allow multiple transactions to be nested within each other. In scenarios with multiple databases, nested transactions can be used to ensure consistency across all involved databases by coordinating their commit or rollback operations.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *