Completed
Step 10: DELETE data from tables
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
SQL Crash Course - CRUD Operations - MySQL Tutorial
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Download the Employees Database
- 3 Import the Employees Database into MySQL
- 4 Step 1: SQL SELECT statement
- 5 Step 2: SQL INSERT statement
- 6 Step 3: A more specific SELECT
- 7 Step 4: SELECT the Highest Employee Number
- 8 Step 5: COUNT how many employees
- 9 Step 6: SQL UPDATE statement
- 10 Step 7: INSERT data into another table
- 11 Step 8: SELECT to confirm data insertion
- 12 Step 9: JOIN two tables in a SELECT statement
- 13 Step 10: DELETE data from tables
- 14 BONUS - Step 11: A More Complex SQL Statement