The "P" in ACID stands for _______.
- Persistence
- Processing
- Properties
- Protection
In ACID (Atomicity, Consistency, Isolation, Durability), the "P" stands for Persistence. It ensures that once a transaction is committed, its effects are permanent and survive subsequent system failures.
Loading...
Related Quiz
- AWS _______ is a service for automatically scaling applications.
- You're designing a database for an e-commerce platform. What factors would you consider when choosing between MySQL and PostgreSQL as the database management system?
- What is the purpose of the this keyword in JavaScript?
- In database design, a _______ key uniquely identifies each record in a table.
- In Gitflow, the _______ branch is created from the master branch for emergency fixes.