Define ACID Properties

Technology CommunityCategory: DatabasesDefine ACID Properties
VietMX Staff asked 3 years ago
  • Atomicity: It ensures all-or-none rule for database modifications.
  • Consistency: Data values are consistent across the database.
  • Isolation: Two transactions are said to be independent of one another.
  • Durability: Data is not lost even at the time of server failure.