
drop table item;
commit;

drop table warehouse;
commit;

drop table district;
commit;

drop table stock;
commit;

drop table customer;
commit;

drop table oorder;
commit;

drop table order_line;
commit;

drop table history;
commit;

drop table new_order;
commit;
