Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Learn to Program with T- SQL
Rating: 4.2 out of 5(10 ratings)
505 students

Learn to Program with T- SQL

Practical SQL Programming To Manipulate Databases
Created bySkill Tree
Last updated 3/2026
English

What you'll learn

  • Install SQL Server
  • Download and attach a database
  • Write basic T-SQL queries
  • Retrieve Data using SELECT Statement
  • Sorting Data output using ORDER BY Statement
  • Filtering Data using various filters
  • Modifying data: Add , Update, Delete
  • Implement a stored procedure
  • Combine data from multiple tables
  • Use Aggregate functions to compute single value output

Course content

8 sections51 lectures5h 34m total length
  • Introduction2:54
  • What is T-SQL10:27
  • What is a Database8:20
  • What is a Primary Key4:50
  • What is a Foreign Key4:39

Requirements

  • You should be comfortable using a computer
  • You should be comfortable navigating the internet.

Description

SQL (Structured Query Language) is a common tool for retrieving data from relational databases such as SQL Server,Oracle, MySQL, MariaDB, and PostgreSQL. SQL skills is in the Top 3 of requested IT Skills by recruiters and companies all over the world.

T-SQL is also popularly referred to as T-Sequel .In this course you will learn all the basics of T-SQL. We will discuss the T-SQL features step by step. We will be using SQL Server Express 2014 (which is a free download). As a sample, we will use AdventureWorks 2014 as our database.

 Along the way, we will be creating our own T-SQL queries to get data into a database and also out of a database. But AdventureWorks 2014 will be our main focus. As far as T-SQL, we will start with the simple select statements and add new features as we go. 

This course will provide you with the basic knowledge and skills to create queries using Transact-SQL. It will teach you how to select, filter and sort data from multiple tables and how to use views and stored procedures. You will also be familiar with SQL Server Management Studio 2014 also known in the tech industry as SSMS. This is the tool you will use to write and see the output of your T-SQL queries.

 This beginner  course provides an introduction to this core  programming language.
  Learn how to:
  Request data from a server,
  Limit  and sort the  data responses
  Get single output value using aggregate functions
  Combine data from multiple tables with joins
  Modify data: Add, Update and Delete
  Filter records and remove duplicates
  Write basic T-SQL Statements
  Understand T-SQL TOP Command
  Understand Normalisation

Who this course is for:

  • Beginner SQL Programmers
  • Beginner Database Administrators
  • Beginner Data Analyst
  • Beginner Data warehouse analyst
  • Anyone working with data