cs348/Project_1/droptables.sql

7 lines
137 B
MySQL
Raw Normal View History

2018-10-29 15:52:17 -04:00
drop table Customer;
drop table Company;
drop table Product;
drop table Retailer;
drop table RetailerInventory;
drop table Orders;