Yurttas/PL/DBL/postgres/F/01/Company-A/c-all.sql
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