Skip to content

This project implements a walmart case study using MySQL to analyze the sales. The system involves creating a database, defining tables, inserting data, connecting tables through relationships, and writing queries to retrieve relevant information.

License

Notifications You must be signed in to change notification settings

EswarAditya5/Walmart_Sales_Case_Study

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Walmart_Sales_Case_Study

Analyzing Sales Data

By analyzing sales data using SQL, businesses can gain insights into their sales performance, identify areas for improvement, and make data|driven decisions to increase revenue and profitability.

Data Description: Use the Walmart Sales Dataset available on Kaggle for this project that contains the following variables:

Variable Definition
Store the store number
Date the week of sales
Weekly_Sales the sales for the given store and date
Holiday_Flag whether the week is a special holiday week or not
Temperature the average temperature in the region during the week
Fuel_Price the cost of fuel in the region during the week
CPI the consumer price index in the region
Unemployment the unemployment rate in the region

Tools Required:

About

This project implements a walmart case study using MySQL to analyze the sales. The system involves creating a database, defining tables, inserting data, connecting tables through relationships, and writing queries to retrieve relevant information.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages