Yurttas/PL/DBL/oracle/F/01/Bank/d-all.sql

From ZCubes Wiki
Jump to navigation Jump to search
 1REM
 2REM d-all.sql
 3REM
 4REM Drop Bank database tables.
 5REM
 6
 7DROP TABLE Client;
 8
 9DROP TABLE Borrower;
10
11DROP TABLE Depositor;
12
13DROP TABLE Customer;
14
15DROP TABLE Branch;