Yurttas/PL/DBL/mssql/F/01/Company-A/d-all.sql
Revision as of 04:28, 3 November 2013 by MassBot1 (talk | contribs) (Created page with "<syntaxhighlight lang="sql" line start="1" enclose="div">ββREM REM d-all.sql REM REM Drop Company-A database tables. REM: DROP TABLE WorksOn; DROP TABLE Project; DROP TA...")
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;