SQL 101
SQL is the standard language for working with relational databases.
What will you learn?
- Practice setup
- Data types and table structure
- Conventions and keys
- Read data with SELECT and WHERE
- Change data with INSERT / UPDATE / DELETE
- Combine tables with JOIN
- Aggregate data with GROUP BY