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 BYandHAVING. - Perform set operations using
UNION,UNION ALL,EXCEPTandINTERSECT. 📔 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 csvand.import.
Slides, videos, and application exercises
Homework 02
Project 02