cs348/Project_2/droptables.sql

6 lines
142 B
MySQL
Raw Normal View History

2018-10-29 15:52:17 -04:00
drop table Customers;
drop table Companies;
drop table Products;
drop table Retailers;
drop table RetailerInventories;
drop table Orders;