SQL-Projects
I have created this repository for my SQL Projects. Thank you for looking in to my Projects
I took super store data in the form of 5 tables (Orders, Customers, Products, Locations, FT) from single CSV file and wrote the queries for the following questions:
- Are my top 5 customers profitable?
- Find out the customer retention rate. The formula for the same is no. of repeat customers/number of total customers.
- Which are the Top 10 cities with maximum number of Customers?
- Find out the Top 3 sub-categories of each category
- Who are the customers who have not placed any orders in the last 2 months?
- Performed Some Random Analysis to support my Data Science Findings