0 votes
in Sql by
what is the difference between SQL and T-SQL?

1 Answer

0 votes
by

The difference between SQL and TSQL is that SQL is a query language to operate on sets, while TSQL is a proprietary procedural language used by MS SQL Server.  Also, T-SQL has a different implementation of DELETE and UPDATE than SQL.

...