Transaction (SQL)

A transaction groups several SQL statements into a single all-or-nothing unit of work. Either every statement succeeds and is saved (COMMIT), or none are…