aboutsummaryrefslogtreecommitdiff
path: root/opdracht-1/reset.sql
blob: c2f5ee90636fc0d5e9dfd5a39d17431065e55ceb (plain)
1
2
3
4
5
drop table OrderProduct;
drop table `Order`;
drop table Product;
drop table Klant;