MOO WebTech
Final Assessmentexamadvanced

Final Work Session 3

Third independent work session: SELECT queries section of the final assignment.

80 minL54

Overview

Students focus on the SELECT queries section: writing queries with JOINs, aggregates, subqueries, and CTEs against their schema and data. The instructor is available for questions.

Lesson Plan

TimeActivity
0–5 minProgress check and open questions
5–70 minIndependent work: SELECT queries section
70–80 minCheckpoint: instructor reviews query results

Key Concepts

  • Writing multi-table JOIN queries on the student's own schema
  • Aggregate queries with GROUP BY and HAVING
  • Using subqueries or CTEs for multi-step analysis
  • Verifying query results match the expected output in the spec
  • Formatting queries clearly for readability at defence time

✏️Practice

Students complete tasks independently.