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

From ZCubes Wiki
Revision as of 22:53, 4 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 INSERT INTO Department VALUES ('Research', '5', '333445555', '22-MAY-78'); ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
 1REM
 2REM
 3REM Department-ins.sql
 4REM
 5REM
 6
 7INSERT INTO Department
 8  VALUES ('Research', '5', '333445555', '22-MAY-78');
 9  
10INSERT INTO Department
11  VALUES ('Administration', '4', '987654321', '01-JUN-85');
12  
13INSERT INTO Department
14  VALUES ('Headquarters', '1', '888665555', '19-JUN-71');