Mitra Innovation Interview Question

ACID properties in mySQL

Interview Answer

Anonymous

Feb 16, 2020

ACID is an acronym that describes four properties of a robust database system: atomicity, consistency, isolation, and durability. These features are scoped to a transaction, which is a unit of work that the programmer can define. A transaction can combine one or more database operations, for example: 1.