70-461 Session 2: Querying Microsoft SQL Server (T-SQL)

Udemy
Course Summary
T-SQL tables, SELECT queries (FROM, WHERE, GROUP BY), JOIN tables, INSERT/DELETE/UPDATE. Server 2012, 2014, 2016, 70-761
-
+
Course Description
Reviews
"The instructor explain the things in great details. Very easy to follow." - Linda Shen
"Excellent course, valuable lessons, very well taught at a great pace." - Shane Tanberg
"Must get tutorial. Love it" - Hayford IÂ Osumanu
"Perfect step by step guide to learning. Best I've seen." - Charles Schweiger
"This course is very well thought out. Its one of the better 70-461 courses on Udemy." - Isrrael M
-------------------------
This course is the foundation for the Microsoft Certificate 70-461: "Querying Microsoft SQL Server 2012".
Rather than present one huge course, this course takes some of the basics and then goes in depth.
In session 1 we learnt all about dates, strings and number data types and functions in some detail.
We'll create tables which use these, and then INSERT some data into them. Then we'll write queries which will retrieve and summary this data, using SELECT, FROM, WHERE, GROUP BY, HAVING and ORDER BY.
We'll then JOIN these tables together to find where we are missing data and where we have inconsistent data. We'll then UPDATE and DELETE data from the tables. This will allow up to fully complete objective number 1 from the 70-461 exam.
If this sounds too basic, then please look at my other sessions.
The only prior knowledge which is required for Session 2 is that which has been taught in Session 1.
There are regular quizzes to help you remember the information.
Once finished, you will know what how to create tables, insert data and create analyses, and have an appreciation of how they can all be used in T-SQL.