Skip to content

The Session of project aims to generate detailed sales reports and analytics using mySQL queries to help product owners track sales performance, analyze top customers and markets, and gain insights into gross and net sales across various regions and fiscal years.

Notifications You must be signed in to change notification settings

RickyDoan/SQL_Finance-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SQL_Finance-analysis

There are many requirements in this session :

The 1st requirement :

As a product owner, he/she want to generate a report of individual product sales (aggregated on a monthly basis at the product code level) for Croma India customer for FY=2021 so that he/she can track individual product sales and run further product analytics on it in excel. The report should have the following fields,

  1. Month
  2. Product Name
  3. Variant
  4. Sold Quantity
  5. Gross Price Per Item
  6. Gross Price Total

The 2nd requirement :

Generate a yearly report for Croma India where there are two columns

  1. Fiscal Year
  2. Total Gross Sales amount In that year from Croma

The 3rd requirement:

As a product owner, he/she need an aggregate monthly gross sales report for Croma India customer so that they can track how much sales this particular customer is generating for AtliQ and manage our relationships accordingly. The report should have the following fields,

  1. Month
  2. Total gross sales amount to Croma India in this month

The 4th requirement : Get top 5 market by net sales in fiscal year 2021 with index

The data has 2 fact tables as post_invoice_sale and pre_invoice_sale. So that product owner wants to get the net sale after deductable % from discount.

The 5th requirement : Get top 10 customer by % over total global of net sales ( Attached image of chart )

Project owner ask me to generate the report to show top 10 customers who contribute each percentage of revenue on the total global revenue

The 6th requirement :#Get TOP 5 customer revenue by each region and fiscal year in 2021 (attached pie chart )

Project owner wants to pull out the top customers revenue by each region and need to be ranking by Decending revenue. Then , create the pie chat to show specific contribution of customers in each region.

The 7th requirement : Get TOP 3 products in each division by their sold quantity in a given financial year (attached pie chart )

Product owner wants to get the report with top 3 product and be filtered out by each division with the sold quantity in the particular financial year.

The 8th requirement : Retrieve the top 2 markets in every region by their gross sales amount in FY=2021

Product owner wants to get the top 2 markets in each region by gross sale. This time, they forcus on gross sale and FY is 2021

About

The Session of project aims to generate detailed sales reports and analytics using mySQL queries to help product owners track sales performance, analyze top customers and markets, and gain insights into gross and net sales across various regions and fiscal years.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published