Advertisement
Guest User

Untitled

a guest
Jan 17th, 2018
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. DROP TABLE payment_order_tbl;
  2. DROP TABLE balance_tbl;
  3. DROP TABLE bank_type_tbl;
  4. DROP TABLE EXPENSES_TBL;
  5. DROP TABLE bank_tbl;
  6. DROP TABLE loan_tbl;
  7. DROP TABLE pn_tbl;
  8. DROP TABLE registry_of_deeds_tbl;
  9. DROP TABLE collateral_tbl;
  10. DROP TABLE END_USER_BORROWER_TBL;
  11. DROP TABLE user_tbl;
  12. DROP TABLE chart_of_accts_tbl;
  13. DROP TABLE transaction_tbl;
  14. DROP TABLE approval_status_tbl;
  15. DROP TABLE LAWYER_TBL;
  16. DROP TABLE user_status_tbl;
  17. DROP TABLE pn_collateral;
  18. DROP TABLE REM_TBL;
  19. DROP TABLE po_pn_collateral_priority_tbl;
  20. DROP TABLE general_ledger;
  21. DROP TABLE subsidiary_ledger;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement