Yurttas/PL/DBL/mysql/F/01/00/Company-B/Works-ins.sql

From ZCubes Wiki
Revision as of 16:18, 3 November 2013 by MassBot1 (talk | contribs) (Created page with "<syntaxhighlight lang="sql" line start="1" enclose="div">→‎REM REM REM Works-ins.sql REM REM: \. set-db.sql INSERT INTO Works VALUES('Jeremy', 'First Bank Corporation',...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
 1/*
 2REM
 3REM
 4REM Works-ins.sql
 5REM
 6REM
 7*/
 8
 9\. set-db.sql
10
11INSERT INTO Works
12  VALUES('Jeremy', 'First Bank Corporation', 100000);
13
14INSERT INTO Works
15  VALUES('Charles', 'First Bank Corporation', 40000);
16
17INSERT INTO Works
18  VALUES('Jamie', 'First Bank Corporation', 40000);
19
20INSERT INTO Works
21  VALUES('Casey', 'First Bank Corporation', 30000);
22
23INSERT INTO Works
24  VALUES('Thomas', 'Small Bank Corporation', 60000);
25
26INSERT INTO Works
27  VALUES('Anthony', 'Small Bank Corporation', 60000);
28
29INSERT INTO Works
30  VALUES('Benjamin', 'Small Bank Corporation', 80000);
31
32INSERT INTO Works
33  VALUES('Sara', 'Minor Bank Corporation', 50000);
34
35INSERT INTO Works
36  VALUES('David', 'Minor Bank Corporation', 40000);
37
38INSERT INTO Works
39  VALUES('Michael', 'Major Bank Corporation', 30000);
40
41INSERT INTO Works
42  VALUES('Jennifer', 'Major Bank Corporation', 90000);