BEGIN TRANSACTION
BEGIN TRANSACTION transaction_name
transaction type
if exists
begin
BEGIN TRANSACTION statement signifies the beginning of a user transaction. A transaction ends when it is either committed (see COMMIT TRANSACTION) or canceled (see ROLLBACK TRANSACTION). A transaction is a logical unit of work.