January 16, 2020 at 12:22 am
Any links and/or videos would be helpful.
January 16, 2020 at 2:05 pm
Whew!
Don't sweat #1. Instead, focus on the two types of queries, DDL or DML, Data Definition Language or Data Manipulation Language. Then, focus on the details of all the different functions and, gods forgive me, commands, within those languages.
A batch is different. It's a collection of t-sql statements. The GO command, not a T-SQL statement, does a good job of outlining what a batch is and some of the rules around them.
Oh, and while we're here, how fun is the opening line of the GO documentation based on your first question: "SQL Server provides commands that are not Transact-SQL statements..."
I hope this adds a little clarity.
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply