One of the methods to prevent deadlocks is _______ where transactions are rolled back and restarted in a different order.

  • Backtracking
  • Restart
  • Rollback
  • Timeout
One of the methods to prevent deadlocks is restarting transactions, where transactions involved in a potential deadlock are rolled back and restarted in a different order. This helps break the cycle of dependencies that lead to deadlocks.
Add your answer
Loading...

Related Quiz