- T-SQL Tutorial
- T-SQL - Home
- T-SQL - Overview
- T-SQL - Data Types
- T-SQL - Create Tables
- T-SQL - Drop Tables
- T-SQL - INSERT Statement
- T-SQL - SELECT Statement
- T-SQL - UPDATE Statement
- T-SQL - DELETE Statement
- T-SQL - WHERE Clause
- T-SQL - LIKE Clause
- T-SQL - ORDER BY Clause
- T-SQL - GROUP BY Clause
- T-SQL - DISTINCT Clause
- T-SQL - Joining Tables
- T-SQL - Sub-Queries
- T-SQL - Stored Procedures
- T-SQL - Transactions
- T-SQL - Indexes
- T-SQL - Functions
- T-SQL - String Functions
- T-SQL - Date Functions
- T-SQL - Numeric Functions
- T-SQL Useful Resources
- T-SQL - Quick Guide
- T-SQL - Useful Resources
- T-SQL - Discussion
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
T-SQL Tutorial
T-SQL (Transact-SQL) is an extension of SQL language. This tutorial covers the fundamental concepts of T-SQL such as its various functions, procedures, indexes, and transactions related to the topic. Each topic is explained using examples for easy understanding.
Audience
This tutorial is designed for those who want to learn the basics of T-SQL.
Prerequisites
To go ahead with this tutorial, familiarity with database concepts is preferred. It is good to have SQL Server installed on your computer, as it might assist you in executing the examples yourself and get to know how it works.
Advertisements