The main objective of this project was to design and implement a relational database capable of storing and managing football data in a structured and consistent way. The database includes entities ...
FOREIGN KEY (customer_id) REFERENCES sales.customers (customer_id) ON DELETE CASCADE ON UPDATE CASCADE, FOREIGN KEY (store_id) REFERENCES sales.stores (store_id) ON DELETE CASCADE ON UPDATE CASCADE, ...