A common pattern that I see is:
USE Name_Of_My_Database
GO
As far as I can tell, there is no point to this, is there? I have tried looking for the answer in the places listed below, and it's absent:
What is the use of GO in SQL Server Management Studio & Transact SQL?
In SQL Server, when should you use GO and when should you use semi-colon ;?
https://learn.microsoft.com/en-us/sql/t-sql/language-elements/sql-server-utilities-statements-go
Edit: No, it's not a duplicate, this question is more specific - I didn't find the information I needed in the linked question, though I read it before posting this.