Yurttas/PL/DBL/mysql-f-2010/01/Company-A/Department-ins.sql

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