WikiSQLUseful SQL codeOn this pageUseful SQL codeUsing GO, BEGIN & ENDGO : Ends a script. Can be used to isolate one part of the script from another. Often used with CREATE TABLEBEGIN / END : Usually used to begin and end stored procedures. Also necessary for IFs and loops