{"id":19682500,"url":"https://github.com/rayyan9477/sales-insights-data-analysis-project-using-sql-and-tableau","last_synced_at":"2025-09-11T05:14:56.295Z","repository":{"id":252546669,"uuid":"840758333","full_name":"Rayyan9477/Sales-Insights-Data-Analysis-Project-Using-SQL-and-Tableau","owner":"Rayyan9477","description":"This project involves analyzing sales data to derive meaningful insights using SQL and visualizing the results with Tableau. The data is stored in a MySQL database, and various SQL queries are used to extract and analyze the information. The project aims to provide a comprehensive understanding of customer transactions, market-specific sales.","archived":false,"fork":false,"pushed_at":"2024-08-10T15:46:14.000Z","size":3795,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-10T06:07:28.233Z","etag":null,"topics":["dashboards","mysql-database","sql","tableau"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Rayyan9477.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-10T15:41:10.000Z","updated_at":"2024-08-10T15:47:33.000Z","dependencies_parsed_at":"2024-08-10T17:05:57.133Z","dependency_job_id":null,"html_url":"https://github.com/Rayyan9477/Sales-Insights-Data-Analysis-Project-Using-SQL-and-Tableau","commit_stats":null,"previous_names":["rayyan9477/sales-insights-data-analysis-project-using-sql-and-tableau"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rayyan9477%2FSales-Insights-Data-Analysis-Project-Using-SQL-and-Tableau","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rayyan9477%2FSales-Insights-Data-Analysis-Project-Using-SQL-and-Tableau/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rayyan9477%2FSales-Insights-Data-Analysis-Project-Using-SQL-and-Tableau/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rayyan9477%2FSales-Insights-Data-Analysis-Project-Using-SQL-and-Tableau/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Rayyan9477","download_url":"https://codeload.github.com/Rayyan9477/Sales-Insights-Data-Analysis-Project-Using-SQL-and-Tableau/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240990957,"owners_count":19889983,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dashboards","mysql-database","sql","tableau"],"created_at":"2024-11-11T18:11:04.225Z","updated_at":"2025-02-27T06:44:11.358Z","avatar_url":"https://github.com/Rayyan9477.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"### Sales Insights Data Analysis Project Using SQL and Tableau\n\n#### Summary\nThis project involves analyzing sales data to derive meaningful insights using SQL and visualizing the results with Tableau. The data is stored in a MySQL database, and various SQL queries are used to extract and analyze the information. The project aims to provide a comprehensive understanding of customer transactions, market-specific sales, and product performance.\n\n#### Techniques Used\n- **MySQL Database Setup**: Instructions to set up MySQL on your local machine and import the provided database dump.\n- **SQL Queries**: Various SQL queries to analyze customer records, transaction details, market-specific data, and currency-specific transactions.\n- **Tableau Visualizations**: Creating interactive dashboards and visualizations to present the analyzed data effectively.\n\n#### Instructions to Setup MySQL on Your Local Computer\n1. Follow the steps in [this video](https://www.youtube.com/watch?v=WuBcTJnIuzo) to install MySQL on your local computer.\n2. Download the [`db_dump.sql`](command:_github.copilot.openRelativePath?%5B%7B%22scheme%22%3A%22file%22%2C%22authority%22%3A%22%22%2C%22path%22%3A%22%2Fr%3A%2Fproject%2Fpower%20bi%2F2_SalesInsightsTableau%2Fdb_dump.sql%22%2C%22query%22%3A%22%22%2C%22fragment%22%3A%22%22%7D%5D \"r:\\project\\power bi\\2_SalesInsightsTableau\\db_dump.sql\") file and import it as per the instructions given in the tutorial video.\n\n#### Data Analysis Using SQL\n1. **Show all customer records**\n    ```sql\n    SELECT * FROM customers;\n    ```\n\n2. **Show total number of customers**\n    ```sql\n    SELECT count(*) FROM customers;\n    ```\n\n3. **Show transactions for Chennai market (market code for Chennai is Mark001)**\n    ```sql\n    SELECT * FROM transactions WHERE market_code='Mark001';\n    ```\n\n4. **Show distinct product codes that were sold in Chennai**\n    ```sql\n    SELECT DISTINCT product_code FROM transactions WHERE market_code='Mark001';\n    ```\n\n5. **Show transactions where currency is US dollars**\n    ```sql\n    SELECT * FROM transactions WHERE currency='USD';\n    ```\n\n#### Tableau Visualizations\n- Import the analyzed data into Tableau.\n- Create interactive dashboards to visualize customer transactions, market-specific sales, and product performance.\n\n#### Contact Information\n- **LinkedIn**: [Rayyan Ahmed](https://www.linkedin.com/in/rayyan-ahmed9477/)\n- **Email**: rayyanahmed265@yahoo.com\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frayyan9477%2Fsales-insights-data-analysis-project-using-sql-and-tableau","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frayyan9477%2Fsales-insights-data-analysis-project-using-sql-and-tableau","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frayyan9477%2Fsales-insights-data-analysis-project-using-sql-and-tableau/lists"}