Week 7 - Data Loading in SQL
GROUP BY, HAVING, Subquery, JOIN, CREATE TABLE, INSERT INTO
Week 7 - Data Loading in SQL
We’ll continue on Data Manipulation in SQL, and learn how to aggregate and combine data from multiple tables. We’ll also learn how to create and populate tables.
Goals
- Aggregate data using GROUP BY and HAVING
- Combine data from multiple tables using Subquery and JOIN
- Create a new table using CREATE TABLE
- Insert data into a table using INSERT INTO
Slides
Labs
Resources
This post is licensed under CC BY 4.0 by the author.