Brief Summary
This T-SQL course is all about mastering Microsoft’s SQL for querying databases. You’ll start with the basics and slowly dive into advanced features using SQL Server Express. By the end, you’ll feel totally at home with T-SQL and ready to create your own queries! Yay!
Key Points
-
Learn the basics of T-SQL.
-
Use SQL Server Express 2014 for practical examples.
-
Create your own T-SQL queries.
-
Focus on AdventureWorks 2014 database.
-
Understand data types, joins, functions, and more.
Learning Outcomes
-
Be able to query multiple database tables.
-
Create and modify views and stored procedures.
-
Understand and use various table joins effectively.
-
Get comfy with SQL Server Management Studio (SSMS).
-
Filter records and handle NULL values like a pro.
About This Course
Learn how to use Microsoft's version of SQL to Query Microsoft SQL Server Databases
Welcome everyone to the T-SQL course. T-SQL is also popularly referefered 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. I will introduce you to the data types available so you can make the appropriate selection when creating a column. Then, we will talk about joins, functions, tables, procedures, triggers, indexes, and much more. By the time you are done with this course, you will be very comfortable using T-SQL.
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.
What You Will Learn in this course includes:
Query Multiple Database Tables
Change query output column names using case expressions
Perform Various table joins
Filter records and remove duplicates
Write basic T-SQL Statements
Understand T-SQL TOP Command
Understand Normalisation
Know how to use SSMS
Create Views
Create Stored Procedures
Understand NULL Values
Data Types
Functions
This is a video based course of about hours with lots of practical hands on examples to follow along.
Query Multiple Database Tables
Change query output column names using case expressions
Perform Various table joins
Fabian W.
Der Kurs ist für mich leider nichts gewesen. Er ist für absolute Anfänger, die noch absolut nie in ihrem Leben Daten, Tabellen oder ähnliches gesehen haben. Auch ist mir trotz des ganzen Kurses nicht klar was T-SQL von SQL oder PL-SQL unterscheidet.
Didaktisch war mir der Kurs auch zu langsam und es wurde vieles zu oft wiederholt. Hätte man auch in weniger Zeit erledigen können.