Yurttas/PL/DBL/postgres/F/01/Company-A/c-all.sql

From ZCubes Wiki
Revision as of 00:40, 5 November 2013 by MassBot1 (talk | contribs) (Created page with "<syntaxhighlight lang="sql" line start="1" enclose="div">→‎REM REM c-all.sql REM REM Create Company-A database tables. REM: SELECT current_schema(); SET search_path to "co...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
 1/*
 2REM
 3REM c-all.sql
 4REM
 5REM Create Company-A database tables.
 6REM
 7*/
 8
 9SELECT current_schema();
10SET search_path to "companya";
11
12\i Employee-cre.sql
13
14\i Dependent-cre.sql
15
16\i Department-cre.sql
17
18\i DeptLocation-cre.sql
19
20\i Project-cre.sql
21
22\i WorksOn-cre.sql