The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
120 views

what is the difference between SQL and ANSI SQL?

what is the difference between SQL and ANSI SQL?
0
votes
1answer
39 views

does select statement come under the category of Transact-SQL (T-SQL) is Microsoft's and Sybase's proprietary extension to SQL

does select statement come under the category of Transact-SQL (T-SQL) is Microsoft's and Sybase's proprietary extension to SQL.
4
votes
2answers
1k views

SQL Server: Statements vs. Batches vs. Transactions vs. Connections

My question is simple: What are the differences / similarities / cardinalities between Transactions Batches Connections and Statements in SQL Server? As far as I understand a connection is a ...