| List I (ACID Property) | List II ( Description) | ||
| A | Atomicity | 1 | This property guarantees that the effects of a committed transaction persist even during system failures. |
| B | Consistency | 2 | It either executes completely or not at al |
| C | Durability | 3 | It allows multiple transactions to occur concurrently without interfering with each other, ensuring the database's state remains consistent. |
| D | Isolation | 4 | It ensures that the database remains in a valid state at all times. |
1
A-1, B-4, C-2, D-3
2
A-2, B-4, C-1, D-3
3
A-3, B-4, C-1, D-2
4
A-2, B-1, C-4, D-3