- Installing NetBeans
- Creating a project in NetBeans for C112
- Introduction to databases (SQL Part 1)
- The relational data model and relational databases (SQL Part 1)
- Entity Relationship Diagrams (ERDs) in Chen notation (SQL Part 1)
- The SQL Data Definition Language (DDL) and CREATE TABLE statements (SQL Part 2)
- Single-table SELECT FROM WHERE queries in SQL (SQL Part 3)
- Other clauses (SQL Part 3)
- Using more than one table in a query with INNER JOIN (SQL Part 4)
- Aggregation and computation in the SELECT clause (SQL Part 4)
- Views in databases (SQL Part 5)