LEFT OUTER JOIN products p ON s.prod_id = p.prod_id LEFT OUTER JOIN customers c ON s.cust_id = c.cust_id ...
This project focuses on analyzing retail sales data using SQL. The goal is to explore the dataset, clean the data, and answer important business questions using SQL queries. The project demonstrates ...