Deals Of The Week - hours only!Up to 80% off on all courses and bundles.-Close
Introduction
Get to know the database
2. The Northwind database
Summary

Instruction

In this course, we're going to work with a Microsoft database named Northwind. It describes a fictional store and its customers, suppliers, and orders. You can find the original database at Microsoft's GitHub repository. The database has been slightly modified to better suit the needs of this course.

In upcoming parts, we're going to write lots of queries that will aggregate data from multiple tables to create real SQL reports. For now, let's get to know the tables we'll be using.

If you want to see the database structure and data at any point, you can use the Database icon on the right side of the screen.

Exercise

Click Next exercise to continue.

Stuck? Here's a hint!