cs348/Project_1/droptables.sql
2018-10-29 15:52:17 -04:00

7 lines
137 B
SQL
Executable File

drop table Customer;
drop table Company;
drop table Product;
drop table Retailer;
drop table RetailerInventory;
drop table Orders;