Yurttas/PL/DBL/oracle/F/01/Company-A/Department-ins.sql

From ZCubes Wiki
Jump to navigation Jump to search
 1REM
 2REM
 3REM Department-ins.sql
 4REM
 5REM
 6
 7INSERT INTO Department
 8  VALUES ('Research', '5', '333445555', '22-MAY-78');
 9  
10INSERT INTO Department
11  VALUES ('Administration', '4', '987654321', '01-JUN-85');
12  
13INSERT INTO Department
14  VALUES ('Headquarters', '1', '888665555', '19-JUN-71');