Yurttas/PL/DBL/mssql/F/01/Company-A/d-all.sql

 1/*
 2REM
 3REM d-all.sql
 4REM
 5REM Drop Company-A database tables.
 6REM
 7*/
 8
 9DROP TABLE WorksOn;
10
11DROP TABLE Project;
12
13DROP TABLE DeptLocation;
14
15DROP TABLE Department;
16
17DROP TABLE Dependent;
18
19DROP TABLE Employee;