In ADO.NET, the two-phase commit protocol is used to ensure consistency in ___________ transactions.

  • distributed
  • isolated
  • nested
  • parallel
In ADO.NET, the two-phase commit protocol is used to ensure consistency in distributed transactions. The two-phase commit protocol coordinates transactions that involve multiple resources (such as databases) distributed across different systems, ensuring that either all transactions commit or all transactions rollback, thus maintaining data integrity and consistency.
Add your answer
Loading...

Leave a comment

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