SQL 101

SQL is the standard language for working with relational databases.

What will you learn?

  1. Practice setup
  2. Data types and table structure
  3. Conventions and keys
  4. Read data with SELECT and WHERE
  5. Change data with INSERT / UPDATE / DELETE
  6. Combine tables with JOIN
  7. Aggregate data with GROUP BY