Completed
[] - Not Null
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Learn SQL in 60 Minutes
Automatically move to the next video in the Classroom when playback concludes
- 1 [] - Intro
- 2 [] - SQL Syntax
- 3 [] - Create Database
- 4 [] - Drop Database
- 5 [] - Use Database
- 6 [] - Create Table
- 7 [] - Alter Table
- 8 [] - Drop Table
- 9 [] - Create Table Part 2
- 10 [] - Band Table
- 11 [] - Not Null
- 12 [] - Primary Key/ID/Auto Increment
- 13 [] - Album Table
- 14 [] - Foreign Key/Table Relationships
- 15 [] - Insert Into
- 16 [] - Select
- 17 [] - Limit
- 18 [] - Specific Columns
- 19 [] - As/Alias Columns
- 20 [] - Order By
- 21 [] - Insert Into Part 2
- 22 [] - Distinct Select
- 23 [] - Update
- 24 [] - Where
- 25 [] - Less Than
- 26 [] - Like String Filter
- 27 [] - Or
- 28 [] - And
- 29 [] - Between
- 30 [] - Is Null
- 31 [] - Delete
- 32 [] - Join
- 33 [] - Inner/Left/Right Comparison
- 34 [] - Aggregate Functions
- 35 [] - Group By
- 36 [] - Combined With Join
- 37 [] - Alias Tables
- 38 [] - Having vs Where