Yurttas/PL/DBL/oracle/F/03/Company-A/d-all.sql

From ZCubes Wiki
Jump to navigation Jump to search
 1REM
 2REM d-all.sql
 3REM
 4REM Drop Company-A database tables.
 5REM
 6
 7DROP TABLE WorksOn;
 8
 9DROP TABLE Project;
10
11DROP TABLE DeptLocation;
12
13DROP TABLE Department;
14
15DROP TABLE Dependent;
16
17DROP TABLE Employee;