# Northwind Database
# Initialize the Northwind Database
- DROP the tables from your previous assignment(s), if necessary
- Run the following script to populate your database -> NorthwindScript (github.com)
# Northwind Database Entity Relationship Diagram
# Lessons
- SQL - W10 Advanced Querying - Introduction
- SQL - W10 Advanced Querying - Aggregate Functions
- SQL - W10 Advanced Querying - Column Aliasing
- SQL - W10 Advanced Querying - Calculating Values
- SQL - W10 Advanced Querying - Northwind Database
- Next: SQL - W10 Advanced Querying - GROUP BY
- SQL - W10 Advanced Querying - Data Analytics with GROUP BY
- SQL - W10 Advanced Querying and Data Analytics Assignment