Skip to content

Latest commit

 

History

History
57 lines (42 loc) · 3.04 KB

README 2.md

File metadata and controls

57 lines (42 loc) · 3.04 KB

📊 Atliq Sales Insights Project

Description

This project leverages SQL for data analysis and Tableau for data visualization to gain insights into Atliq's sales data. The objective is to answer several questions regarding revenue and sales trends. The SQL queries and visualizations provide comprehensive insights into the company's sales performance and trends.

🛠️ Installation

To replicate this project on your machine, follow these steps:

  1. Install SQL-supported DBMS: Ensure you have a SQL-supported Database Management System installed.
  2. Create Database: Create a new database for the project.
  3. Create Tables: Use the provided schema diagram to create necessary tables.
  4. Import Data: Import the CSV files from the dataset folder into your database.
  5. Connect Tableau: Link Tableau to your database to create visualizations.

Note: For MySQL users, restoring the backup files can save you time.

🗂️ Schema Diagram

Refer to the provided schema diagram for table structures and relationships. Screenshot 2024-07-02 at 11 49 00 AM

🧰 Database and Tools

  • Database Management System: MySQL
  • Visualization Tool: Tableau
  • SQL Queries and Analysis: Analysis.sql file

📥 Credits

This dataset was obtained from Code Basics. You can download the dataset [https://codebasics.io/resources/end-to-end-sales-insights-project-using-tableau](source link).

📜 License

You are free to use this dataset to build your own project and practice your data querying and visualization skills.

🏷️ Resource

  • 🐬 mysql
  • 📊 Tableau
  • 📚 Code Basics

❓ Questions Answered

The project answers several key questions about Atliq's sales performance. Here are a few of them (for more, refer to the analysis.sql file):

  1. Revenue by Market: Breakdown of revenue generated from each market.
  2. Total Revenue: Calculation of the total revenue generated.
  3. Sales Quantity: Analysis of the total quantity of sales.
  4. Revenue by Year Trend: Trend analysis of revenue over the years.

📈 Results

The results of the analysis are as follows:

🎯 Conclusion

The project successfully answered the set of questions regarding Atliq's sales data. The insights gained from this project can help Atliq make informed decisions regarding market strategies, sales improvements, and revenue forecasting.

Feel free to explore the analysis.sql file and the Tableau dashboard for a deeper dive into the data!