What is the difference between SQL and T-SQL?
What is the difference between SQL and T-SQL?

Software/Hardware used:
ASKED: March 10, 2009  6:30 PM
UPDATED: April 1, 2009  3:31 PM

Answer Wiki:
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 Tidmarsh   11,400 pts.
All Answer Wiki Contributors:  Michael Tidmarsh   11,400 pts. , MurrayInfoSys   940 pts. , Denny Cherry   64,520 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

T-SQL is a dialect of SQL/PSM.

 1,610 pts.