Skip to content

Using complex SQL queries, including PostgreSQL window functions, to answer specific business questions. Notably using multiple named subqueries, views to extract data from a database to address specific problems.

Notifications You must be signed in to change notification settings

CyprianFusi/Using-our-SQL-skills-to-answer-business-questions

Repository files navigation

Using-our-SQL-skills-to-answer-business-questions

Using complex SQL queries to answer specific business questions. Notably using multiple named subqueries, views to extract data from a database to address specific problems.

We will be using the Chinook database which is provided as a SQLite database file called chinook.db to answer some business questions. The database schema in PDF can be downloaded SQLite Sample database schema(diagram). The color version is found at SQLite Sample database schema(color).

Using SQL window function to solve business problems

The Scenario

You are a Data Analyst at Northwind Traders, an international gourmet food distributor. Management is looking to you for insights to make strategic decisions in several aspects of the business. The projects focus on:

  • Evaluating employee performance to boost productivity,
  • Understanding product sales and category performance to optimize inventory and marketing strategies,
  • Analyzing sales growth to identify trends, monitor company progress, and make more accurate forecasts,
  • And evaluating customer purchase behavior to target high-value customers with promotional incentives.

Using the PostgreSQL window functions on the Northwind database, you will provide these essential insights to management, contributing significantly to the company's strategic decisions.

This project focuses on the rich Northwind database, which provides a real-world-like platform for exploring and analyzing sales data.

About

Using complex SQL queries, including PostgreSQL window functions, to answer specific business questions. Notably using multiple named subqueries, views to extract data from a database to address specific problems.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published