Difference between revisions of "Yurttas/PL/DBL/mysql-f-2010/01/Company-A/Department-ins.sql"
Jump to navigation
Jump to search
(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...") |
(No difference)
|
Latest revision as of 01:58, 4 November 2013
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');