What does ACID stand for in the context of MariaDB transactions?

What does ACID stand for in the context of MariaDB transactions?

a) Asynchronous, Consistent, Independent, Durable
b) Automatic, Correct, Invariant, Deterministic
c) Atomicity, Consistency, Isolation, Durability
d) Application, Consistency, Index, Dependency

Answer:

c) Atomicity, Consistency, Isolation, Durability

Explanation:

ACID refers to the set of properties that guarantee that database transactions are processed reliably: Atomicity, Consistency, Isolation, and Durability.

Reference:

MariaDB Quiz – MCQ Questions and Answers

Scroll to Top