https://github.com/amirsaleh55/retail-sales-analysis-sql
This is a beginner Project for data analysis using SQL and pgadmin4 to create table , load data into table from csv file , cleaning data and answering data analysis questions
https://github.com/amirsaleh55/retail-sales-analysis-sql
postgresql sql
Last synced: 10 months ago
JSON representation
This is a beginner Project for data analysis using SQL and pgadmin4 to create table , load data into table from csv file , cleaning data and answering data analysis questions
- Host: GitHub
- URL: https://github.com/amirsaleh55/retail-sales-analysis-sql
- Owner: amirsaleh55
- Created: 2025-06-17T22:07:28.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-18T15:09:02.000Z (about 1 year ago)
- Last Synced: 2025-06-18T16:19:27.193Z (about 1 year ago)
- Topics: postgresql, sql
- Homepage:
- Size: 46.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Retail Sales Analysis SQL Project
## Project Overview
**Project Title**: Retail Sales Analysis
**Level**: Beginner
**Database**: `p1_retail_db`
This project is designed to demonstrate SQL skills and techniques typically used by data analysts to explore, clean, and analyze retail sales data. The project involves setting up a retail sales database, performing exploratory data analysis (EDA), and answering specific business questions through SQL queries.
**SQL SKILLS**: DDL, DML, case expression, Subquiries, table expression and WindowFunction.