This project is a simplified, in-memory SQL query engine implemented in Python. It loads data from a user-specified CSV file, parses a small subset of SQL, and executes the query on rows stored ...
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, ...