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

6 lines
142 B
SQL
Executable File

drop table Customers;
drop table Companies;
drop table Products;
drop table Retailers;
drop table RetailerInventories;
drop table Orders;