This repository contains two SQL data analysis projects:
This project focuses on analyzing data from a fictional music store. The dataset includes information about customers, sales transactions, products, and employees. Using SQL, we perform various analyses to gain insights into customer behavior, popular products, and sales trends. Some key aspects of this project include:
- Customer segmentation based on purchase history.
- Calculation of total revenue and profit margins.
- Identifying the top-selling products and genres.
- Employee performance evaluation.
music_store_data.sql: SQL queries for data extraction, transformation, and analysis.music_store_data_analysis_report.pdf: A report summarizing the key findings and insights.
This project involves the analysis of a movie dataset containing information about movies, actors, directors, genres, and box office performance. By applying SQL queries, we explore patterns and trends within the movie industry. Key aspects of this project include:
- Determining the highest-grossing movies and directors.
- Genre popularity analysis.
- Actor collaborations and success metrics.
- Release date and box office performance correlations.
movie_data.sql: SQL queries for data analysis.movie_data_analysis_report.pdf: A comprehensive report detailing the findings and insights from the analysis.
This project involves the analysis of Walmart sales data to uncover key sales trends and patterns. By applying SQL queries, we extract valuable business insights that help in optimizing inventory and sales strategies. Key aspects of this project include:
- Identifying the most profitable times of day for sales.
- Analyzing revenue distribution by month and city.
- Determining the most common payment methods and customer demographics.
- Understanding top-performing product lines and regional sales performance.
- 'WalmartSalesData.csv': Walmart Sales data.
- 'walmart_sales.sql': SQL queries for data analysis.
- 'walmart_sales_analysis_report.pdf': A comprehensive report detailing the findings and insights from the analysis.
This project involves the analysis of retail order sales data to gain insights into sales performance and customer behavior. By applying SQL queries, we identify key trends and metrics to improve sales strategies and operational efficiency. Key aspects of this project include:
- Analyzing sales performance by product and category.
- Identifying top-selling products and customer segments.
- Examining order patterns and seasonal trends.
- Correlating customer demographics with purchase behavior.
- 'retail_order_sales_analysis.sql': SQL queries for data analysis.
Feel free to explore each project's folder for the SQL scripts and reports associated with the analyses. If you have any questions or feedback, please don't hesitate to reach out.
Happy data analysis!