# Atomicity
Is a property of a [[Transactional Database]] that states that a transaction should be treated as a single unit, even if it's comprised of multiple commands. If one command fails, previous commands, that are a part of the same transaction, should thus be rolled-back.