Yurttas/PL/DBL/mysql-f-2010/01/Company-A/DeptLocation-ins.sql
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 DeptLocation-ins.sql REM REM: \. set-db.sql INSERT INTO DeptLocation VALUES('1', 'Houston'); INS...")
1/*
2REM
3REM
4REM DeptLocation-ins.sql
5REM
6REM
7*/
8
9\. set-db.sql
10
11INSERT INTO DeptLocation
12 VALUES('1', 'Houston');
13
14INSERT INTO DeptLocation
15 VALUES('4', 'Stafford');
16
17INSERT INTO DeptLocation
18 VALUES('5', 'Bellaire');
19
20INSERT INTO DeptLocation
21 VALUES('5', 'Sugarland');
22
23INSERT INTO DeptLocation
24 VALUES('5', 'Houston');