Skip to content

Commit

Permalink
Retail Databases
Browse files Browse the repository at this point in the history
  • Loading branch information
960Subhamsingh committed Dec 25, 2024
1 parent 6d38604 commit ec1ac68
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Retail sales Analysis/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
## Project Overview

**Project Title**: Retail Sales Analysis
**Level**: Beginner
**Database**: `retail_db`

**Database**: `Retailsales`

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. This project is ideal for those who are starting their journey in data analysis and want to build a solid foundation in SQL.

Expand Down
2 changes: 1 addition & 1 deletion Retail sales Analysis/SQL_Query.sql
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ CREATE DATABASE Retailsales;

-- Create TABLE

DROP TABLE IF EXISTS retail_sales;
DROP TABLE IF EXISTS Retailsales;

CREATE TABLE retail_sales
(
Expand Down

0 comments on commit ec1ac68

Please sign in to comment.