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