Introduction
  • Introduction
  • First Things First: How To Get Support Fast!
  • Database Concepts
  • Data Types
Installation and Setup
  • Download and Install SQL Server
  • SQL Server Download Update
  • Download and Install SSMS
  • Connect To Server
  • System Databases
  • Creating a Database and Table
  • Adding Data To A Table
Structured Query Language - SQL
  • Intro To SQL
  • Select Statements
  • Where Clause
  • And or Not
  • Order By
  • Group By
  • The Having Clause
  • The Top Clause
  • Select Distinct
  • Union
  • Functions
  • Insert Statement
  • Update Statement
  • Delete Statement
  • Alter Table
  • Null
  • Creating A Table
  • Drop Table
  • Primary Key
  • Intro To Joining Tables
  • Inner Join
  • Left, Right, and Outer Join
  • Indexing
  • Bonus Lecture