Hi @Raguram Manokaran
The semicolon (;) is used in SQL code as a statement terminator.
See this article for more details: SQL Statements Where Semicolon is Required.
Are there any other symbols that can give the same result?"
Maybe single word 'GO'.
GO signals the end of a batch of Transact-SQL statements to the SQL Server utilities.
See: SQL Server Utilities Statements - GO
Best regards,
Cosmog Hong
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our Documentation to enable e-mail notifications if you want to receive the related email notification for this thread.