Yurttas/PL/DBL/mssql/F/01/Company-A/DeptLocation-ins.sql

Revision as of 04:28, 3 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 DeptLo...")
(diff) ← Older revision | Latest revision (diff) | Newer revision β†’ (diff)
 1/*
 2REM
 3REM
 4REM DeptLocation-ins.sql
 5REM
 6REM
 7*/
 8
 9INSERT INTO DeptLocation
10  VALUES('1', 'Houston');
11
12INSERT INTO DeptLocation
13  VALUES('4', 'Stafford');
14
15INSERT INTO DeptLocation
16  VALUES('5', 'Bellaire');
17
18INSERT INTO DeptLocation
19  VALUES('5', 'Sugarland');
20  
21INSERT INTO DeptLocation
22  VALUES('5', 'Houston');