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