Course curriculum

  1. 01
    • Introduction

    • Course Curriculum

    • How to get course requirements

    • Getting started on Windows, Linux or Docker

    • How to ask great questions

    • FAQ’s

    • Source Code File

  2. 02
    • Section Introduction

    • Microsoft SQL Server Installation

    • SQL Server Management Studio (SSMS) Installation

    • How to Connect MS SQL (Windows Authentication)

    • How to Connect MS SQL (SQL Server Authentication)

    • Download and Restore Sample Database

  3. 03
    • Section Introduction

    • Overview of Databases

    • Creating Database

    • SQL Data Types

    • Column Data Types on SSMS

    • Creating Table

    • Overview of Primary Key and Foreign Key

    • Primary Key

    • Key

    • Creating Temporary tables

  4. 04
    • Section Introduction

    • Insert Statement

    • Update Statement

    • Delete Statement

  5. 05
    • Section Introduction

    • CREATE Table Statement

    • DROP Statement

    • ALTER Statement

    • TRUNCATE Statement

    • COMMENT In Query

    • Rename

  6. 06
    • Create Database User

    • GRANT permissions

    • REVOKE permissions

  7. 07
    • Section Introduction

    • SQL Statement Basic

    • Select Statement

    • Select Distinct

    • With Column Headings

    • Column AS Statement

  8. 08
    • SELECT WHERE Clause – theory

    • SELECT WHERE Clause – practical

  9. 09
    • Sum()

    • Min()-Max()

  10. 10
    • Order By Statement

    • Select Top Clause in SQL

    • Between Command

    • In Operator

    • Wildcard Characters And Like

  11. 11
    • Section Introduction

    • Group By – Theory

    • Group By – practical

    • Having Statement

  12. 12
    • Overview Of Joins

    • What Are Joins

    • Inner Join

    • Left Outer Join

    • Right outer Join

    • Full Outer join

    • Union

    • Cross join

    • Query Exercise

    • Solution For Query Exercise

  13. 13
    • Section Introduction

    • Check Constraint

    • Not Null Constraint

    • Unique Constraint

  14. 14
    • Creating Views

    • Reporting with Multiple Tables

  15. 15
    • Section Introduction

    • Timestamp

    • Extract From Timestamp

    • Mathematical Scalar Functions

    • Sub Query

    • SELECT With Calculations

    • String Functions

  16. 16
    • Create Stored Procedure

    • Stored Procedure With Parameter

  17. 17
    • Section Introduction

    • Import Flat File

    • Import .csv or Excel File

    • Export Data To Excel Or Any Format

  18. 18
    • Section Introduction

    • Creating Database Backup

    • Restoring Database Backup