
truncate table warehouse;

truncate table item;

truncate table stock;

truncate table district;

truncate table customer;

truncate table history;

truncate table oorder;

truncate table order_line;

truncate table new_order;