01What does the 'A' in ACID stand for, and what does it guarantee?
02Which property of ACID ensures that once a transaction is committed, it survives system failures or power loss?
03In a distributed environment, how does a 'Two-Phase Commit' (2PC) ensure Atomicity?
04What is the primary purpose of Multi-Version Concurrency Control (MVCC)?