The "D" in ACID properties ensures that committed transactions are ___________.
- Decisive
- Developed
- Durable
- Dynamic
The "D" in ACID stands for Durability. This property ensures that once a transaction is committed, it remains permanently stored in the system, even in the event of power failures or system crashes, guaranteeing data persistence and reliability.
Loading...
Related Quiz
- What are some common pitfalls to avoid when designing a dynamic programming solution?
- Which data structure resembles the behavior of a stack?
- What is the purpose of a file system in an operating system?
- Imagine you're working on a project where efficient memory utilization is crucial. How would you implement a resizable array data structure?
- Describe the difference between symmetric and asymmetric encryption and provide scenarios where each is appropriate in web security.