One of the best places to start looking, if you decided to learn T-SQL, is at its source or Microsoft’s resources. Microsoft offers T-SQL for querying its database, the SQL Server. Thus, one of the first places to look for T-SQL Tutorial would be the MSDN page. These resources have been updated for supporting T-SQL Tutorial for the latest SQL Server 2016. This T-SQL Tutorial takes the approach that the learner is new to writing SQL statements. It teaches such users write simple statements for creating tables in a database and how to insert data into such tables.
Transaction-SQL or T-SQL has extension to the standardize query language. The MSDN tutorial pages or the other popular T-SQL Tutorial pages available on-line focus on all the features of T-SQL. However, they do not focus on any comparison between the extended language and the standard one. The MSDN tutorial clearly declares its aim as giving the user an introduction and feel of the language only. The T-SQL Tutorial coverage does not include the production database complexities. In actual use case, it is recommended to use the SQL Server Management Studio. After going through the T-SQL Tutorial, user can start using the database references to find detailed information.
While practicing this particular SQL database you will learn how to create a database, create and delete tables. Insertion, deletion, updating, reading and deleting data pieces are another set of exercises in this T-SQL Tutorial. Configuring a database, creating a view and developing stored procedures are other functions that one can learn in these T-SQL Tutorial pages. While it is not necessary for the user to know SQL, basic database concepts need to be understood to assimilate the T-SQL Tutorial .
While this is a good starting point, there are several high quality tutorials available on-line that offer a very detailed information. These tutorials give you a complete overview of the T-SQL language.
If you interested in learning more about T-SQL Tutorial please don’t hesitate to contact us!