LaunchCode logo
  1. Contents
  2. 23. SQL Part 5 - Schemas and CRUD Operations

23. SQL Part 5 - Schemas and CRUD OperationsΒΆ

  • 23.1. SQL Part 5 - Schemas and CRUD Operations
    • 23.1.1. What is a Schema?
    • 23.1.2. How To Create Tables
    • 23.1.3. More on primary keys
    • 23.1.4. Temp Tables
    • 23.1.5. Adding Records
    • 23.1.6. Updating Existing Records
    • 23.1.7. Deleting Records
    • 23.1.8. Deleting Tables
    • 23.1.9. Check Your Understanding
  • 23.2. Exercises: SQL Part 5 - Schemas and CRUD Operations
    • 23.2.1. Getting Started
    • 23.2.2. Setup a New Connection
    • 23.2.3. Submitting Your Work
  • 23.3. Studio: SQL Part 5 - Schemas and CRUD Operations
    • 23.3.1. Getting Started
    • 23.3.2. In Your Notebook
    • 23.3.3. Submitting Your Work
  • ← 22.3. Studio: SQL Part 4 - Subqueries, UNION, INTERSECT, EXCEPT
  • 23.1. SQL Part 5 - Schemas and CRUD Operations →

Back to top