Yurttas/PL/DBL/postgres/F/01/Company-A/Department-ins.sql

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 REM Department-ins.sql REM REM: SELECT current_schema(); SET search_path to "companya"; INSERT INTO Dep...")
(diff) ← Older revision | Latest revision (diff) | Newer revision β†’ (diff)
 1/*
 2REM
 3REM
 4REM Department-ins.sql
 5REM
 6REM
 7*/
 8
 9SELECT current_schema();
10SET search_path to "companya";
11
12INSERT INTO Department
13  VALUES('Research', '5', '333445555', '22-MAY-78');
14  
15INSERT INTO Department
16  VALUES('Administration', '4', '987654321', '01-JUN-85');
17  
18INSERT INTO Department
19  VALUES('Headquarters', '1', '888665555', '19-JUN-71');