Pergunta de entrevista da empresa Mitra Innovation

ACID properties in mySQL

Resposta da entrevista

Sigiloso

16 de fev. de 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.