Correct Answer : when an IF statement controls the execution of only one Transact-SQL statement
Explanation : Use the BEGIN and END statements anywhere a control-of-flow statement must execute a block of two or more Transact-SQL statements.