References for Relational Databases and SQL
SQL Tutorials
SQLite References (we're using SQLite in the class)
- SQLite Official Documentation
- SQLite SQL Syntax
- In general, to find out more about a particular SQL construct (e.g, aggregation), use a search engine (e.g., "sqlite aggregation"), and click on a search result that's hosted by www.sqlite.org.