Skip to content

Latest commit

ย 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿงฎ Task 1: Sales Trend Analysis Using Aggregations

๐Ÿ“Œ Objective

Analyze monthly revenue and order volume from an online sales dataset using SQL.

๐Ÿงฐ Tools Used

  • SQLite
  • SQL (Aggregations, Grouping, Sorting)
  • Python (for dataset generation)

๐Ÿ“ Dataset

File: online_sales_orders.csv
Contains 10,000 synthetic records with the following fields:

Column Description
order_id Order number (many-to-one mapping with products)
order_date Date of order
product_id Product identifier
amount Sale amount in currency

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors