Yurttas/PL/DBL/postgres/F/01/PC/d-all.sql

 1/*
 2REM
 3REM d-all.sql
 4REM
 5REM Drop PC database tables.
 6REM
 7*/
 8
 9SELECT current_schema();
10SET search_path to "pc";
11
12DROP TABLE Printer;
13
14DROP TABLE Laptop;
15
16DROP TABLE PC;
17
18DROP TABLE Product;