Question
List and briefly explain the ACID properties of a database transaction.
Answer
Organizations today expects the highest level of data integrity during data transaction processing. The transaction in the database management system must follow all four attributes to ensure the integrity of the transaction. They are:
- Atomic
- Consistent
- Isolated
- Durable
Post a Comment