/* clean up old tables; must drop tables with foreign keys first due to referential integrity constraints */ delete from depositor; drop table depositor; delete from borrower; drop table borrower; delete from account; drop table account; delete from branch; drop table branch; delete from loan; drop table loan; delete from customer; drop table customer;