Course Introduction
  • Course Introduction
Introducing SQL and the Database Management System
  • What is SQL
  • What is a database
  • Tables and where they sit in a RDBMS
Basic SQL clauses
  • Select Clause
  • Where Clause
  • Operators
More advanced SQL clauses
  • And / OR Clauses
  • Import
SQL Constraints
  • Not Null / Unique / Primary Key
  • Foreign Key
  • Auto Increment
  • Update Constraints
  • Naming / Dropping Constraints
Table Joins
  • Table Join Basics
  • Types of Table Join
  • Table Join Example 1
  • Table Join Example 2