Yurttas/PL/DBL/oracle/F/01/Company-A/DeptLocation-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 DeptLocation-ins.sql REM REM INSERT INTO DeptLocation VALUES ('1', 'Houston'); INSERT INTO DeptLocati...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
 1REM
 2REM
 3REM DeptLocation-ins.sql
 4REM
 5REM
 6
 7INSERT INTO DeptLocation
 8  VALUES ('1', 'Houston');
 9
10INSERT INTO DeptLocation
11  VALUES ('4', 'Stafford');
12
13INSERT INTO DeptLocation
14  VALUES ('5', 'Bellaire');
15
16INSERT INTO DeptLocation
17  VALUES ('5', 'Sugarland');
18  
19INSERT INTO DeptLocation
20  VALUES ('5', 'Houston');