Week 02: SQL – Intermediate Concepts
SLOs for Week 02
At the end of this unit, students will be able to…
- Join tables using
INNER
,LEFT
,RIGHT
, andFULL JOINs
. - Understand the concepts and perform self-joins and cross joins using
CROSS JOIN
. - Perform complex data aggregation using
GROUP BY
andHAVING
. - Perform set operations using
UNION
,UNION ALL
,EXCEPT
andINTERSECT
. 📔 Notebook 2.4 - Construct subqueries for complex queries using
WHERE
,IN
,EXISTS
. - Using CTEs to make queries more readable using
WITH
. - Importing data from a CSV file using
.mode csv
and.import
.
Slides, videos, and application exercises
Homework 02
Project 02