An open API service indexing awesome lists of open source software.

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

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.