Introduction
  • Introduction
Setup and Installation of Tools
  • Downloading and Installing SQL Server
  • Downloading and Installing SQL Management Studio
  • Download and Restore AdventureWorks Sample Database
Basic SQL Writing
  • Basic SQL Syntax and Select
  • Select Distinct
  • Where Clause
  • And, Or, Not
  • Order By
  • Top
  • Putting it Together
  • Max and Min
  • Like
  • In
  • Between
Advanced SQL Statements
  • Count, Avg and Sum
  • Nulls
  • Group By
  • Having
  • Nested SQL
  • Case
  • Temporary Tables
  • Common Table Expressions
  • Date Functions
Joins
  • Joins
  • Inner Join
  • Left Join
  • Right Join
  • Outer Join
  • Joining Multiple Tables
  • Join Lab
  • Union
WORKING WITH TABLES
  • Insert Into
  • Insert Into Select
  • Update
  • Delete
  • Truncate
Programmability
  • Views
  • Stored Procedures