LaunchCode logo
  1. Contents
  2. 1. Databases and SQL

1. Databases and SQLΒΆ

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

Back to top

Page Source