T-SQL

The Microsoft T-SQL or Transact-SQL language is the SQL Server database programming language.

Indeed, T-SQL allows developers to cerate SQL Server queries and programs. It is specific to Microsoft databases.

It allows, for example, to declare variables, to create tables and temporary tables, views, functions and procedures. More generally, to run all the SQL commands offered by SQL Server.

Scroll to Top