https://github.com/anjalikumari021/retail_customer_behavior_analysis_using_sql
Analysed Retail data to understand customer behavior, transaction pattern using SQL
https://github.com/anjalikumari021/retail_customer_behavior_analysis_using_sql
aggregate-functions database datapreparation joins microsoft-sql-server
Last synced: 2 months ago
JSON representation
Analysed Retail data to understand customer behavior, transaction pattern using SQL
- Host: GitHub
- URL: https://github.com/anjalikumari021/retail_customer_behavior_analysis_using_sql
- Owner: AnjaliKumari021
- Created: 2024-05-13T16:19:17.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-15T10:08:55.000Z (about 1 year ago)
- Last Synced: 2025-01-18T13:57:22.946Z (4 months ago)
- Topics: aggregate-functions, database, datapreparation, joins, microsoft-sql-server
- Homepage:
- Size: 717 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Retail_Customer_Behavior_Analysis_using_SQL
The retail store would like/ aim of this project is to understand the customer behavior, purchasing patterns, categories customers are buying to extract valuable insights and answer various business related questions.
This project provides valuable insights for the retail store,including information about the
most frequent transaction channel, city with maximum customers, maximum quantity product ordered
percentage of sales and returns by product sub-category and many more.
The results can identify customer preferences and trends, help retain the customers by improving their shopping experience.## Data Availability
The data set comprises of 3 tables.
* Customer: Customer demographics
* Transactions: Customer transaction details
* Product category: Product category and sub-category information
## Schema
The following diagram explains the relationship between the tables.