SQL refers to the base Structured Query Language which is an ANSI Standard. T-SQL, also known as Transact-SQL, is a "superset" of SQL which is used by Microsoft SQL Server and Sybase SQL Server. T-SQL supports all the commands that SQL supports, but SQL doesn't support all the commands that T-SQL supports.
For more info:
---
clarification: MySQL does ~not~ use T-SQL
Last Wiki Answer Submitted: May 15, 2013 2:55 pm by Michael Tidmarsh11,400 pts.
If you live outside the United States, by submitting your email address you consent to having your personal data transferred to and processed in the United States.
T-SQL is a dialect of SQL/PSM.