This project performs SQL-based data analysis on a custom Ecommerce dataset. The dataset contains three tables: customers, products, and orders. The objective is to write SQL queries using SELECT, ...