As in the last unit, work through the following materials writing one sample query for each
mechanism using the modified version of the movies database (see code/06sql/guide06.sql
).
Advanced SQL (Section 7.1, continued) — Write sample queries that:
Implement an inner join (Section 7.1.6).
Implement an outer join (Section 7.1.6).
Use an aggregate function (Section 7.1.7).
Use grouping (Section 7.1.8).