A transaction is a collection of operations performed on a database that are supposed to execute in one unit.
A transaction is a collection of operations performed on a database that are supposed to execute in one unit. This means that in case any of the operations fails the entire transaction fails and the status of the database is rolled back to the status prior to the transaction.
Apparently this tag is only useful for databases that actually support transactions.