Skip to content

Northwind Traders Sales Analysis project, which analyses sales data for a fictitious company. It utilises the Northwind Database and includes SQL queries to provide insights on employees, products, suppliers and revenue. The project aims to help the company gain valuable information for business decision-making.

nafisalawalidris/Northwind-Traders-Sales-Analysis

Repository files navigation

Northwind Traders Sales Analysis

Introduction

The Northwind Traders Sales Analysis project involves analyzing the sales data of a fictitious company called Northwind Traders. The project aims to provide insights and answer key business questions to help the company make informed decisions.

Database Schema

The project utilizes the Northwind Database, which includes the following tables:

  • Suppliers
  • Customers
  • Employees
  • Products
  • Shippers
  • Orders
  • Order_Details

Analysis and Storytelling

The project addresses various questions and tasks:

  1. Displaying the employees expected to be in Seattle
  2. Listing the details of all shippers used by the company
  3. Listing the ten cheapest products
  4. Listing the countries of Northwind Trader's suppliers
  5. Calculating the total value of units for each supplier
  6. Displaying the top 3 most expensive products
  7. Displaying employee details for sales representatives
  8. Determining the top 5 ordered products
  9. Determining the bottom 5 ordered products
  10. Counting the number of employees hired within a specific period
  11. Displaying product details containing the word "spread"
  12. Calculating the total revenue based on product orders within a specific date range
  13. Counting the number of products sold as beverages
  14. Counting the number of products sold as confections

Usage

To run the queries and perform the analysis, you need access to the Northwind Database and a SQL client. Execute the provided SQL statements against the appropriate tables to obtain the desired results.

Contributing

Contributions are welcome! If you have any suggestions, improvements, or additional questions/tasks to include, feel free to submit a pull request.

About

Northwind Traders Sales Analysis project, which analyses sales data for a fictitious company. It utilises the Northwind Database and includes SQL queries to provide insights on employees, products, suppliers and revenue. The project aims to help the company gain valuable information for business decision-making.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published