Atomicity

Database Dictionary -> Atomicity

Atomicity

Atomicity of transaction means that the transaction should be completed or uncompleted entirely. If there is a failure, all data changes should be undone, and all data should be returned to the state it was before the transaction.

SQL Tutorial