Search
Contents
1.
Databases and SQL
1.
Databases and SQL
ΒΆ
1.1. What is SQL?
1.1.1. MySQL
1.1.2. Check Your Understanding
1.2. SQL Queries
1.2.1. Create
1.2.2. Read
1.2.3. Update
1.2.4. Delete
1.2.5. Check Your Understanding
1.3. Joins
1.3.1. Inner Join
1.3.2. Left Outer Join
1.3.3. Right Outer Join
1.3.4. Full Outer Join
1.3.5. Check Your Understanding
1.4. Exercises: SQL, Part 1
1.4.1. Table Setup
1.4.2. Create
1.4.3. Read
1.4.4. Update
1.4.5. Delete
1.4.6. Bonus Exercises
1.5. Studio: Movie SQLs
1.5.1. Walkthrough
1.5.2. Your Assignment
1.5.3. Bonus Missions
←
MySQL
1.1.
What is SQL?
→