Can you please write the Persian equivalent of these three words?
The second approach for preventing deadlocks is to use preemption and transaction rollbacks. In preemption, when a transaction Tj requests a lock that transaction Ti holds, the lock granted to Ti may be preempted by rolling back of Ti, and granting of the lock to Tj.
Database System Concepts, Silberschatz
The second approach for preventing deadlocks is to use preemption and transaction rollbacks. In preemption, when a transaction Tj requests a lock that transaction Ti holds, the lock granted to Ti may be preempted by rolling back of Ti, and granting of the lock to Tj.
Database System Concepts, Silberschatz