END (BEGIN...END) (Transact-SQL)
SQL Server 2012
Encloses a series of Transact-SQL statements that will execute as a group. BEGIN...END blocks can be nested.
Encloses a series of Transact-SQL statements that will execute as a group. BEGIN...END blocks can be nested.