In any company, measuring business performance is crucial for tracking, monitoring, and evaluating the success or failure of various business processes. Therefore, this project aims to analyze the business performance of an eCommerce company, considering several business metrics: customer growth, product quality, and payment types.
- Create Tables:
customers
geolocations
order_items
payments
reviews
orders
products
sellers
- Add Primary Keys
- Clear Duplicate Data on Geolocations
- Fill Missing Geolocation Data
- Add Relationships
- Common Table Expression (CTE):
- Monthly active users
- Total new customers
- Total repeat orders
- Average total order
- Create Master Table
- Insert Master Data
- Common Table Expression (CTE):
- Total revenue yearly
- Total cancel order yearly
- Highest revenue product category
- Highest total cancel order product category
- Create Master Table
- Insert Master Data
- All-Time Payment Usage
- Annual Payment Usage
Note: The queries provided are documented steps for preparing data and analyzing various aspects of eCommerce business performance.