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

Revision as of 23:47, 4 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 PC database tables. REM: SELECT current_schema(); SET search_path to "pc"; DROP ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision β†’ (diff)
 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;