• I don't really see the value of this question...

    Also, from BOL:

    { [ BEGIN ] sql_statement [;] [ ...n ] [ END ] }

    One or more Transact-SQL statements comprising the body of the procedure. You can use the optional BEGIN and END keywords to enclose the statements. For information, see the Best Practices, General Remarks, and Limitations and Restrictions sections that follow.

    That states ONE OR MORE, not none or more.