Use TSQL BEGIN-END Statement to Group a Series of SQL Statements
BEGIN-END lets you group T-SQL statements and execute multiple statements as a result of a conditional test. This helps in grouping a series of SQL statements so that control-of-flow language,