You're designing a banking application where users transfer funds between accounts. How would you ensure that such transactions adhere to the principles of ACID properties?
- Employ database locks
- Implement two-phase commit protocol
- Use distributed transactions
- Utilize optimistic concurrency control
Implementing database transactions
Loading...
Related Quiz
- Discuss the significance of the OSI Model in the development of networking standards.
- Which sorting algorithm has the best time complexity in the worst-case scenario?
- What is the purpose of the Domain Name System (DNS) in networking?
- Which OOP concept allows you to define a blueprint for creating objects?
- Which searching algorithm requires the elements to be in sorted order?