Introduction
  • Course Introduction
  • Introduction to database
Introduction to SQL Server
  • Installing SQL Server
  • Navigating SQL Server
Basic Database Concepts
  • What is Normalization?
  • Types of Normalization
Prepare the Database
  • Create database using SSMS
  • Introduction to Database Objects
  • Create tables
  • Practice what you learn in this section
Data manipulation using SQL
  • Inserting data into table
  • Selecting data from a Table
  • Creating views
  • Updating data in a Table
  • Deleting data from a Table
  • Creating Stored Procedures
  • Practice what you learn in this section
Searching for data in database
  • Selecting Top N records
  • Sorting selected records from table
  • Narrowing down result set with WHERE clause
  • Apply 2nd Normal Form
  • Select data from multiple tables
  • Practice what you learn in this section