Untitled

  • Introduction
  • [How This Book Works (Pedagogy
    • Minimize Assumptions
    • Learn Through Usage
      • Start From Scratch With Real Use Case
    • Lots of Exercises
    • The Tools
      • SQLite
      • Simple Web App
  • Building
    • Use Case - The Todo List
    • Managing Your Data
    • The Structure in SQL - Building Data
    • Inserting Data
  • Relationships
    • Building a more sophisticated model
    • The Foreign Key: Relating Data By Relating Tables
    • Inserting Related Data
    • Queries
    • Deletions..and constraints
  • Digging Deeper - More Advanced Queries
    • Dates
    • Subqueries
  • Glossary
  • References