✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
In a distributed database server, two threads T₁ and T₂ run on the same node and both need to lock two resources R₁ and R₂ before updating data.
T₁ acquires R₁, then requests R₂
T₂ acquires R₂, then requests R₁
If both threads execute concurrently, which of the following statements is TRUE?