Which ACID property ensures that once a transaction is committed, it remains permanent even in the event of system failures?
- Atomicity
- Consistency
- Durability
- Isolation
The 'Durability' property in the ACID (Atomicity, Consistency, Isolation, Durability) transaction model ensures that once a transaction is committed, the changes are permanent and will survive system failures, such as power outages or crashes.
Loading...
Related Quiz
- A research team wants to train a model that can generate music based on the style of a given composer. What type of neural network architecture might be most effective for such a task?
- Which RAID level provides disk mirroring for fault tolerance without striping?
- A software engineer is tasked with finding the shortest path between two nodes in a weighted graph. Which algorithm should they consider implementing first?
- For tasks like question-answering in NLP, which pre-trained model has gained significant attention due to its capabilities?
- Which memory type is non-volatile and can be electrically erased and reprogrammed?