Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nafisalawalidris/northwind-traders-sales-analysis
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.
https://github.com/nafisalawalidris/northwind-traders-sales-analysis
business-insights data-analysis database northwind-traders sales sql
Last synced: 8 days ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/nafisalawalidris/northwind-traders-sales-analysis
- Owner: nafisalawalidris
- Created: 2023-06-19T10:53:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-03T22:14:08.000Z (11 months ago)
- Last Synced: 2024-11-22T21:16:30.191Z (2 months ago)
- Topics: business-insights, data-analysis, database, northwind-traders, sales, sql
- Homepage:
- Size: 1.51 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.