Question d’entretien chez Mitra Innovation

ACID properties in mySQL

Réponse à la question d'entretien

Utilisateur anonyme

16 févr. 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.