Microsoft SQL Server and T-SQL: From Beginner to Advanced
What you’ll learn
-
Complete literal SELECT statements.
-
Complete basic SELECT statements querying against a single table
-
Filter data using the WHERE clause
-
Sort data using the ORDER BY clause
-
Learn about database design and normalization
-
Using joins, return columns from multiple tables in the same query
-
Understand the difference between the INNER JOIN, LEFT/RIGHT OUTER JOIN, and FULL OUTER JOIN
-
Complete SQL statements that use aggregate functions
-
Group data together using the GROUP BY clause
-
Filter groups of data using the HAVING clause
Do you want to learn a skill that can help you earn nearly $100,000 per year? If so, then this course is for you!
SQL (Structured Query Language) is the language we use to interact with databases that store data. This allows us to retrieve data with ease and simplicity. As terms like business intelligence and big data become more familiar, businesses will need more people to learn the SQL language.
This course will teach you how to use the SQL language within Microsoft SQL Server, one of the most popular database engines in the world.
You will have plenty of video lessons to teach you the majority of the content. Each section includes practice problems or additional e-books to help reinforce what you learn in the video tutorials.
Who this course is for:
- Anyone who works with data, tables, or databases!
- Those who work in organizations where the company typically uses Microsoft databases. This course uses Microsoft SQL Server and T-SQL (Microsoft SQL) variant of the SQL language. Those who work with Oracle, DB2, or MySQL might not gain as much from this course.
- If you work in: marketing, finance, accounting, operations, sales, manufacturing, healthcare, financial services, or any other industry/function that collects information
- Someone who wants to learn skills that give them the potential to earn near SIX figures!
12 reviews for Microsoft SQL Server and T-SQL: From Beginner to Advanced
Add a review
Original price was: $44.99.$19.99Current price is: $19.99.
Michael Mackay –
I learned quite a bit and gained an understanding of how SQL works. I found the long names of the tables and columns to be distracting. I suppose they are like that for context. I look forward to learning how to use SQL to not only find but replace, add or modify the data.
Thank you.
Sabatino Ognibene –
The installation video is good, but I didn’t notice the video until after I read the installation PDF and had everything installed. It took a while to install troubleshooting the remove LDF file part. Also, I noticed some recommended settings in the video but I had already installed and am not sure I applied the settings. I am slightly worried that’s going to backfire on me later.
UPDATE: Updated my review to 5 stars since the content is excellent. I learned a lot and have been able to implement everything I’ve learned at work.
I wish Brewster had more SQL classes with more detailed information. I would purchase and study them.
Faiza Gilani –
The instructor did a good job of finding relevant examples for each section. They were very informative and even went out of his way to suggest to do your own research for practice problems and answers. The course material was cut into shorter portions so that if you are a beginner you don’t feel overwhelmed with so much all at once.
Krittikan Tontivisuthamrong –
easy for beginner (I have 0 knowledge about SQL prior to this course) to understand and follow through every step.
Michael A Siegel –
I think the teaching was great until we reached the section on Joins. The examples are confusing and not as intuitive as the previous lessons.
Stacey Hasse –
Instructor was fantastic, made things easy to understand & build on. Last couple sections got to be a bit much for someone with no experience with SQL queries, but was still manageable to work through.
Deepak Parashar –
Awesome! way to deliver the lectures.
Easily understandable.
Joseph –
I believe this is a great introductory so that that a programming perspective we understand how to query data from databases.
Steve Kistner –
This was a well taught course. I ran a 2nd screen while he lectured to demonstrate. Next time for this instructor I might slow down the video because he talks and types pretty quickly.
Roderick Wilmot –
Brewster explains things very well. He encourages writing each query from scratch to promote memorization of clause formatting, something more instructors should be doing with code based courses. I enjoyed the problem solving involved with his more challenging practice problems. I also like that each lesson builds off of the last, so knowledge is gained gradually and with confidence. I don’t think I have ever had fun learning something like this before. I found it was a bit confusing with initially installing the software, however once I surpassed this barrier, it was smooth sailing from there. Thanks Brewster!
Cholathun Thanthumwong –
The content is well explained. easy to follow even though you don’t have any SQL basics. There are several useful exercises after each lesson.
Artem Skaba –
The course is really good and explains everything.
I would suggest to add some interview questions and info on how to update table data