The Go Statement

The GO Statement signals the end of a batch of Transact-SQL statements to the SQL Server utilities.

USE My_Database
SELECT *
FROM My_Table
GO