Learn basic SQL commands using SQL Server
Note: GO is not a part of the SQL or T-SQL language itself; rather, it is a command recognized by SQL Server client tools such as SQL Server Management Studio (SSMS) or the sqlcmd utility. These tools use GO to separate batches of T-SQL statements.