Atomicity is a fundamental principle in database systems that ensures a series of operations within a transaction are completed entirely or not at all, maintaining system integrity. This guarantees that even in the event of a system failure, no partial updates are applied, thus preserving data consistency.