Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
How You Can Master the Fundamentals of Transact-SQL
Rating: 4.2 out of 5(754 ratings)
11,610 students

How You Can Master the Fundamentals of Transact-SQL

A Real World Introduction to Transact-SQL
Created byMike West
Last updated 4/2025
English

What you'll learn

  • At the conclusion of this course you'll have a fundamental understanding of Transact-SQL.
  • You'll learn the 4 components of every query.
  • You'll also learn the difference between DML and DDL and when to use each.

Course content

6 sections49 lectures2h 5m total length
  • Welcome To The Course1:17

    Let's find out what's in this course.

  • Is this Course Right For You?1:07

    I want to make sure you are at the right place.

    This lecture will discuss if this course is right for you.

  • A Quick Look at Objects5:08

    What is the definition of a database?

    What is different about what it is versus what it does?

    Let's find out in this lecture

  • Installing SQL Server Express Edition7:32

    We are going to need to install SQL Server. Let's install the express edition of SQL Server.

  • Installing Adventureworks Training Database3:33

    Once SQL Server is installed we need a test database to learn with.

    Let's install that in the lesson.

  • Working With SQL Server Management Studio7:48

    The main tools developers and DBAs use to manage their database environments.

  • The Query Editor2:39

    We need a place to author our transact.

    The query editor is the place we do that.

    Let's learn about it in this lesson.

  • Terminology0:26

    We need to be able to speak the language of SQL Server.

    These new words will help us get there.

  • Summary0:53
  • Quiz

Requirements

  • You'll need to download a copy of SQL Server Express. However, don't do it now. We will do this early in the course.
  • You'll need a copy of the SQL Server *play* database. Again, don't worry about that now. We will do that before we really dig into the course.

Description

COURSE REVIEWS: 

"This is a great course- I would fully recommend completing it. Course highlights: Great tip on using design view when using joins as this can help define which column you should be joining on. End of module summary/terminology which you can print out for future reference and use End of module quiz Thank you very much!" -- Benjamin

"Finest experience with Udemy they explain each and everything so clearly." -- Manu

"I needed a quick introduction into T-SQL, and that's exactly what I got. A lot of useful information in a short period of time. Great course!" -- Olga

"Great Instructor" -- Kolawole

"An amazing course!" --Alfred

"The course is great for beginners." --Shelli

"Amazing experience. got clear idea about how db works and store procedure. Thank you very much, Mike." -- Ujjawal

"A great introduction to T-SQL. It's amazing that instruction of this quality is available for free. Many thanks." -- IP

"Short but covers a lot." -- Tamuka

"Great." -- Ketan

"It was a quick course, but a lot was covered." -- Brandon

"Thank you Mike! I love the course, it is good for beginners. please go ahead and enroll for the course." -- Anuja

"For understanding the basics of T-SQL this course is good." -- Matti

"I have done three of Mike's SQL courses and learned a lot. I think these courses would be great for anyone new to SQL Server. I imagine this would be great preparation for those thinking about getting an MS SQL Server certification too." -- Keith B

"The explanation was very simple and easy to understand." -- Mansoor


COURSE OVERVIEW

SQL Server is a combination of two core items The first is the administration side of the house. Creating databases, managing logins and users, backups,… etc.

The second part of the equation is that of developing code in a language called Structured Query Language.

Microsoft’s flavor of SQL is called Transact-SQL.

Transact was designed primarily to work with relational databases. Transact is the language used to talk to SQL Server.

When we want to create a database a database we use DDL or Data Definition Language. I’m defining an object when I use the statement with the code.

When we want to see data inside a table we use DML or Data Manipulation Language. I’m not creating an object I’m manipulating the data inside that object.

In this course we are going to learn the basics of Transact-SQL or T-SQL.

We will cover the fundamentals of Transact using real world examples. Additionally, we will discuss some of the best practices associated with crafting clean, high performance code.

You’ll learn why stored procedures are so important to well-designed applications and why ad hoc queries aren’t.

The knowledge you gain from the course will not only help you learn to develop but will also give you a great first step to learning how to pinpoint performance issues due to poorly written code.

Thanks for your interest in “Real World Transact-SQL from the Ground Up.”

See you in the course.


Who this course is for:

  • This course is for anyone interested in learning the basics of Transact-SQL.
  • This IS an entry level course.
  • Everything you need for the course will be included in the course.