http://stackoverflow.com/questions/1043265/what-is-the-difference-between-sql-pl-sql-and-t-sql
http://www.tsql.info/
T-SQL expands on the SQL standard to include procedural programming, local variables, various support functions for string processing, date processing, mathematics, etc. and changes to the DELETE and UPDATE statements. These additional features make Transact-SQL Turing complete.
No comments:
Post a Comment