Latest commit History History 105 lines (90 loc) · 2.67 KB main SQL_Case_Study_8Week / Pizza_runner_script.sql ...
CONSTRAINT fk_rental_staff FOREIGN KEY (staff_id) REFERENCES DimStaff (staff_id) , CONSTRAINT fk_rental_customer FOREIGN KEY (customer_id) REFERENCES DimCustomer (customer_id), CONSTRAINT ...