Yurttas/PL/DBL/mysql/F/01/00/Company-A/d-all.sql
Jump to navigation
Jump to search
1/*
2REM
3REM d-all.sql
4REM
5REM Drop Company-A database tables.
6REM
7*/
8
9\. set-db.sql
10
11DROP TABLE WorksOn;
12
13DROP TABLE Project;
14
15DROP TABLE DeptLocation;
16
17DROP TABLE Department;
18
19DROP TABLE Dependent;
20
21DROP TABLE Employee;