Thursday, May 15, 2014

Transact-SQL (TSQL)

http://en.wikipedia.org/wiki/Transact-SQL
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:

Related Posts Plugin for WordPress, Blogger...