Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed DATABASE/db/hsqldb-1.8.0.10.jar
Binary file not shown.
14 changes: 0 additions & 14 deletions DATABASE/db/sampledb.script

This file was deleted.

2 changes: 0 additions & 2 deletions DATABASE/db/sampledb_data_mysql.script

This file was deleted.

2 changes: 0 additions & 2 deletions DATABASE/db/sampledb_data_oracle.script

This file was deleted.

22 changes: 0 additions & 22 deletions DATABASE/db/sampledb_mysql.script

This file was deleted.

22 changes: 0 additions & 22 deletions DATABASE/db/sampledb_oracle.script

This file was deleted.

9 changes: 9 additions & 0 deletions script/comment/altibase/sample_comment.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
COMMENT ON TABLE SAMPLE IS '샘플 정보';
COMMENT ON COLUMN SAMPLE.ID IS '샘플 ID';
COMMENT ON COLUMN SAMPLE.NAME IS '이름';
COMMENT ON COLUMN SAMPLE.DESCRIPTION IS '설명';
COMMENT ON COLUMN SAMPLE.USE_YN IS '사용 여부';
COMMENT ON COLUMN SAMPLE.REG_USER IS '등록 사용자';
COMMENT ON TABLE IDS IS 'ID 채번 정보';
COMMENT ON COLUMN IDS.TABLE_NAME IS '테이블명';
COMMENT ON COLUMN IDS.NEXT_ID IS '다음 ID';
9 changes: 9 additions & 0 deletions script/comment/cubrid/sample_comment.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
COMMENT ON TABLE SAMPLE IS '샘플 정보';
COMMENT ON COLUMN SAMPLE.ID IS '샘플 ID';
COMMENT ON COLUMN SAMPLE.NAME IS '이름';
COMMENT ON COLUMN SAMPLE.DESCRIPTION IS '설명';
COMMENT ON COLUMN SAMPLE.USE_YN IS '사용 여부';
COMMENT ON COLUMN SAMPLE.REG_USER IS '등록 사용자';
COMMENT ON TABLE IDS IS 'ID 채번 정보';
COMMENT ON COLUMN IDS.TABLE_NAME IS '테이블명';
COMMENT ON COLUMN IDS.NEXT_ID IS '다음 ID';
9 changes: 9 additions & 0 deletions script/comment/goldilocks/sample_comment.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
COMMENT ON TABLE SAMPLE IS '샘플 정보';
COMMENT ON COLUMN SAMPLE.ID IS '샘플 ID';
COMMENT ON COLUMN SAMPLE.NAME IS '이름';
COMMENT ON COLUMN SAMPLE.DESCRIPTION IS '설명';
COMMENT ON COLUMN SAMPLE.USE_YN IS '사용 여부';
COMMENT ON COLUMN SAMPLE.REG_USER IS '등록 사용자';
COMMENT ON TABLE IDS IS 'ID 채번 정보';
COMMENT ON COLUMN IDS.TABLE_NAME IS '테이블명';
COMMENT ON COLUMN IDS.NEXT_ID IS '다음 ID';
11 changes: 11 additions & 0 deletions script/comment/maria/sample_comment.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
ALTER TABLE SAMPLE COMMENT = '샘플 정보';
ALTER TABLE SAMPLE
MODIFY ID VARCHAR(16) NOT NULL COMMENT '샘플 ID',
MODIFY NAME VARCHAR(50) COMMENT '이름',
MODIFY DESCRIPTION VARCHAR(200) COMMENT '설명',
MODIFY USE_YN CHAR(1) COMMENT '사용 여부',
MODIFY REG_USER VARCHAR(10) COMMENT '등록 사용자';
ALTER TABLE IDS COMMENT = 'ID 채번 정보';
ALTER TABLE IDS
MODIFY TABLE_NAME VARCHAR(16) NOT NULL COMMENT '테이블명',
MODIFY NEXT_ID DECIMAL(30) NOT NULL COMMENT '다음 ID';
11 changes: 11 additions & 0 deletions script/comment/mysql/sample_comment.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
ALTER TABLE SAMPLE COMMENT = '샘플 정보';
ALTER TABLE SAMPLE
MODIFY ID VARCHAR(16) NOT NULL COMMENT '샘플 ID',
MODIFY NAME VARCHAR(50) COMMENT '이름',
MODIFY DESCRIPTION VARCHAR(200) COMMENT '설명',
MODIFY USE_YN CHAR(1) COMMENT '사용 여부',
MODIFY REG_USER VARCHAR(10) COMMENT '등록 사용자';
ALTER TABLE IDS COMMENT = 'ID 채번 정보';
ALTER TABLE IDS
MODIFY TABLE_NAME VARCHAR(16) NOT NULL COMMENT '테이블명',
MODIFY NEXT_ID DECIMAL(30) NOT NULL COMMENT '다음 ID';
9 changes: 9 additions & 0 deletions script/comment/oracle/sample_comment.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
COMMENT ON TABLE SAMPLE IS '샘플 정보';
COMMENT ON COLUMN SAMPLE.ID IS '샘플 ID';
COMMENT ON COLUMN SAMPLE.NAME IS '이름';
COMMENT ON COLUMN SAMPLE.DESCRIPTION IS '설명';
COMMENT ON COLUMN SAMPLE.USE_YN IS '사용 여부';
COMMENT ON COLUMN SAMPLE.REG_USER IS '등록 사용자';
COMMENT ON TABLE IDS IS 'ID 채번 정보';
COMMENT ON COLUMN IDS.TABLE_NAME IS '테이블명';
COMMENT ON COLUMN IDS.NEXT_ID IS '다음 ID';
9 changes: 9 additions & 0 deletions script/comment/postgres/sample_comment.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
COMMENT ON TABLE SAMPLE IS '샘플 정보';
COMMENT ON COLUMN SAMPLE.ID IS '샘플 ID';
COMMENT ON COLUMN SAMPLE.NAME IS '이름';
COMMENT ON COLUMN SAMPLE.DESCRIPTION IS '설명';
COMMENT ON COLUMN SAMPLE.USE_YN IS '사용 여부';
COMMENT ON COLUMN SAMPLE.REG_USER IS '등록 사용자';
COMMENT ON TABLE IDS IS 'ID 채번 정보';
COMMENT ON COLUMN IDS.TABLE_NAME IS '테이블명';
COMMENT ON COLUMN IDS.NEXT_ID IS '다음 ID';
9 changes: 9 additions & 0 deletions script/comment/tibero/sample_comment.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
COMMENT ON TABLE SAMPLE IS '샘플 정보';
COMMENT ON COLUMN SAMPLE.ID IS '샘플 ID';
COMMENT ON COLUMN SAMPLE.NAME IS '이름';
COMMENT ON COLUMN SAMPLE.DESCRIPTION IS '설명';
COMMENT ON COLUMN SAMPLE.USE_YN IS '사용 여부';
COMMENT ON COLUMN SAMPLE.REG_USER IS '등록 사용자';
COMMENT ON TABLE IDS IS 'ID 채번 정보';
COMMENT ON COLUMN IDS.TABLE_NAME IS '테이블명';
COMMENT ON COLUMN IDS.NEXT_ID IS '다음 ID';
17 changes: 17 additions & 0 deletions script/ddl/altibase/sample_ddl.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
DROP TABLE SAMPLE;
DROP TABLE IDS;

CREATE TABLE SAMPLE (
ID VARCHAR(16) NOT NULL,
NAME VARCHAR(50),
DESCRIPTION VARCHAR(200),
USE_YN CHAR(1),
REG_USER VARCHAR(10),
CONSTRAINT PK_SAMPLE PRIMARY KEY (ID)
);

CREATE TABLE IDS (
TABLE_NAME VARCHAR(16) NOT NULL,
NEXT_ID NUMERIC(30) NOT NULL,
CONSTRAINT PK_IDS PRIMARY KEY (TABLE_NAME)
);
17 changes: 17 additions & 0 deletions script/ddl/cubrid/sample_ddl.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
DROP TABLE IF EXISTS SAMPLE;
DROP TABLE IF EXISTS IDS;

CREATE TABLE SAMPLE (
ID VARCHAR(16) NOT NULL,
NAME VARCHAR(50),
DESCRIPTION VARCHAR(200),
USE_YN CHAR(1),
REG_USER VARCHAR(10),
CONSTRAINT PK_SAMPLE PRIMARY KEY (ID)
);

CREATE TABLE IDS (
TABLE_NAME VARCHAR(16) NOT NULL,
NEXT_ID NUMERIC(30) NOT NULL,
CONSTRAINT PK_IDS PRIMARY KEY (TABLE_NAME)
);
17 changes: 17 additions & 0 deletions script/ddl/goldilocks/sample_ddl.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
DROP TABLE IF EXISTS SAMPLE;
DROP TABLE IF EXISTS IDS;

CREATE TABLE SAMPLE (
ID VARCHAR(16) NOT NULL,
NAME VARCHAR(50),
DESCRIPTION VARCHAR(200),
USE_YN CHAR(1),
REG_USER VARCHAR(10),
CONSTRAINT PK_SAMPLE PRIMARY KEY (ID)
);

CREATE TABLE IDS (
TABLE_NAME VARCHAR(16) NOT NULL,
NEXT_ID NUMERIC(30) NOT NULL,
CONSTRAINT PK_IDS PRIMARY KEY (TABLE_NAME)
);
14 changes: 14 additions & 0 deletions script/ddl/maria/sample_ddl.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
CREATE TABLE SAMPLE (
ID VARCHAR(16) NOT NULL,
NAME VARCHAR(50),
DESCRIPTION VARCHAR(200),
USE_YN CHAR(1),
REG_USER VARCHAR(10),
CONSTRAINT PK_SAMPLE PRIMARY KEY (ID)
);

CREATE TABLE IDS (
TABLE_NAME VARCHAR(16) NOT NULL,
NEXT_ID DECIMAL(30) NOT NULL,
CONSTRAINT PK_IDS PRIMARY KEY (TABLE_NAME)
);
14 changes: 14 additions & 0 deletions script/ddl/mysql/sample_ddl.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
CREATE TABLE SAMPLE (
ID VARCHAR(16) NOT NULL,
NAME VARCHAR(50),
DESCRIPTION VARCHAR(200),
USE_YN CHAR(1),
REG_USER VARCHAR(10),
CONSTRAINT PK_SAMPLE PRIMARY KEY (ID)
);

CREATE TABLE IDS (
TABLE_NAME VARCHAR(16) NOT NULL,
NEXT_ID DECIMAL(30) NOT NULL,
CONSTRAINT PK_IDS PRIMARY KEY (TABLE_NAME)
);
14 changes: 14 additions & 0 deletions script/ddl/oracle/sample_ddl.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
CREATE TABLE SAMPLE (
ID VARCHAR2(16) NOT NULL,
NAME VARCHAR2(50),
DESCRIPTION VARCHAR2(200),
USE_YN CHAR(1),
REG_USER VARCHAR2(10),
CONSTRAINT PK_SAMPLE PRIMARY KEY (ID)
);

CREATE TABLE IDS (
TABLE_NAME VARCHAR2(16) NOT NULL,
NEXT_ID NUMBER(30) NOT NULL,
CONSTRAINT PK_IDS PRIMARY KEY (TABLE_NAME)
);
14 changes: 14 additions & 0 deletions script/ddl/postgres/sample_ddl.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
CREATE TABLE SAMPLE (
ID VARCHAR(16) NOT NULL,
NAME VARCHAR(50),
DESCRIPTION VARCHAR(200),
USE_YN CHAR(1),
REG_USER VARCHAR(10),
CONSTRAINT PK_SAMPLE PRIMARY KEY (ID)
);

CREATE TABLE IDS (
TABLE_NAME VARCHAR(16) NOT NULL,
NEXT_ID NUMERIC(30) NOT NULL,
CONSTRAINT PK_IDS PRIMARY KEY (TABLE_NAME)
);
14 changes: 14 additions & 0 deletions script/ddl/tibero/sample_ddl.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
CREATE TABLE SAMPLE (
ID VARCHAR2(16) NOT NULL,
NAME VARCHAR2(50),
DESCRIPTION VARCHAR2(200),
USE_YN CHAR(1),
REG_USER VARCHAR2(10),
CONSTRAINT PK_SAMPLE PRIMARY KEY (ID)
);

CREATE TABLE IDS (
TABLE_NAME VARCHAR2(16) NOT NULL,
NEXT_ID NUMBER(30) NOT NULL,
CONSTRAINT PK_IDS PRIMARY KEY (TABLE_NAME)
);
115 changes: 115 additions & 0 deletions script/dml/altibase/sample_dml.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,115 @@
INSERT INTO SAMPLE VALUES('SAMPLE-00001','Runtime Environment','Foundation Layer','Y','eGov');
INSERT INTO SAMPLE VALUES('SAMPLE-00002','Runtime Environment','Persistence Layer','Y','eGov');
INSERT INTO SAMPLE VALUES('SAMPLE-00003','Runtime Environment','Presentation Layer','Y','eGov');
INSERT INTO SAMPLE VALUES('SAMPLE-00004','Runtime Environment','Business Layer','Y','eGov');
INSERT INTO SAMPLE VALUES('SAMPLE-00005','Runtime Environment','Batch Layer','Y','eGov');
INSERT INTO SAMPLE VALUES('SAMPLE-00006','Runtime Environment','Integration Layer','Y','eGov');
INSERT INTO SAMPLE VALUES('SAMPLE-00007','Runtime Environment','Integration Layer','Y','eGov');
INSERT INTO SAMPLE VALUES('SAMPLE-00008','Runtime Environment','Integration Layer','Y','eGov');
INSERT INTO SAMPLE VALUES('SAMPLE-00009','Runtime Environment','Integration Layer','Y','eGov');
INSERT INTO SAMPLE VALUES('SAMPLE-00010','Runtime Environment','Integration Layer','Y','eGov');
INSERT INTO SAMPLE VALUES('SAMPLE-00011','Runtime Environment','Integration Layer','Y','eGov');
INSERT INTO SAMPLE VALUES('SAMPLE-00012','Runtime Environment','Integration Layer','Y','eGov');
INSERT INTO SAMPLE VALUES('SAMPLE-00013','Runtime Environment','Integration Layer','Y','eGov');
INSERT INTO SAMPLE VALUES('SAMPLE-00014','Runtime Environment','Integration Layer','Y','eGov');
INSERT INTO SAMPLE VALUES('SAMPLE-00015','Runtime Environment','Integration Layer','Y','eGov');
INSERT INTO SAMPLE VALUES('SAMPLE-00016','Runtime Environment','Integration Layer','Y','eGov');
INSERT INTO SAMPLE VALUES('SAMPLE-00017','Runtime Environment','Integration Layer','Y','eGov');
INSERT INTO SAMPLE VALUES('SAMPLE-00018','Runtime Environment','Integration Layer','Y','eGov');
INSERT INTO SAMPLE VALUES('SAMPLE-00019','Runtime Environment','Integration Layer','Y','eGov');
INSERT INTO SAMPLE VALUES('SAMPLE-00020','Runtime Environment','Integration Layer','Y','eGov');
INSERT INTO SAMPLE VALUES('SAMPLE-00021','Runtime Environment','Integration Layer','Y','eGov');
INSERT INTO SAMPLE VALUES('SAMPLE-00022','Runtime Environment','Integration Layer','Y','eGov');
INSERT INTO SAMPLE VALUES('SAMPLE-00023','Runtime Environment','Integration Layer','Y','eGov');
INSERT INTO SAMPLE VALUES('SAMPLE-00024','Runtime Environment','Integration Layer','Y','eGov');
INSERT INTO SAMPLE VALUES('SAMPLE-00025','Runtime Environment','Integration Layer','Y','eGov');
INSERT INTO SAMPLE VALUES('SAMPLE-00026','Runtime Environment','Integration Layer','Y','eGov');
INSERT INTO SAMPLE VALUES('SAMPLE-00027','Runtime Environment','Integration Layer','Y','eGov');
INSERT INTO SAMPLE VALUES('SAMPLE-00028','Runtime Environment','Integration Layer','Y','eGov');
INSERT INTO SAMPLE VALUES('SAMPLE-00029','Runtime Environment','Integration Layer','Y','eGov');
INSERT INTO SAMPLE VALUES('SAMPLE-00030','Runtime Environment','Integration Layer','Y','eGov');
INSERT INTO SAMPLE VALUES('SAMPLE-00031','Runtime Environment','Integration Layer','Y','eGov');
INSERT INTO SAMPLE VALUES('SAMPLE-00032','Runtime Environment','Integration Layer','Y','eGov');
INSERT INTO SAMPLE VALUES('SAMPLE-00033','Runtime Environment','Integration Layer','Y','eGov');
INSERT INTO SAMPLE VALUES('SAMPLE-00034','Runtime Environment','Integration Layer','Y','eGov');
INSERT INTO SAMPLE VALUES('SAMPLE-00035','Runtime Environment','Integration Layer','Y','eGov');
INSERT INTO SAMPLE VALUES('SAMPLE-00036','Runtime Environment','Integration Layer','Y','eGov');
INSERT INTO SAMPLE VALUES('SAMPLE-00037','Runtime Environment','Integration Layer','Y','eGov');
INSERT INTO SAMPLE VALUES('SAMPLE-00038','Runtime Environment','Integration Layer','Y','eGov');
INSERT INTO SAMPLE VALUES('SAMPLE-00039','Runtime Environment','Integration Layer','Y','eGov');
INSERT INTO SAMPLE VALUES('SAMPLE-00040','Runtime Environment','Integration Layer','Y','eGov');
INSERT INTO SAMPLE VALUES('SAMPLE-00041','Runtime Environment','Integration Layer','Y','eGov');
INSERT INTO SAMPLE VALUES('SAMPLE-00042','Runtime Environment','Integration Layer','Y','eGov');
INSERT INTO SAMPLE VALUES('SAMPLE-00043','Runtime Environment','Integration Layer','Y','eGov');
INSERT INTO SAMPLE VALUES('SAMPLE-00044','Runtime Environment','Integration Layer','Y','eGov');
INSERT INTO SAMPLE VALUES('SAMPLE-00045','Runtime Environment','Integration Layer','Y','eGov');
INSERT INTO SAMPLE VALUES('SAMPLE-00046','Runtime Environment','Integration Layer','Y','eGov');
INSERT INTO SAMPLE VALUES('SAMPLE-00047','Runtime Environment','Integration Layer','Y','eGov');
INSERT INTO SAMPLE VALUES('SAMPLE-00048','Runtime Environment','Integration Layer','Y','eGov');
INSERT INTO SAMPLE VALUES('SAMPLE-00049','Runtime Environment','Integration Layer','Y','eGov');
INSERT INTO SAMPLE VALUES('SAMPLE-00050','Runtime Environment','Integration Layer','Y','eGov');
INSERT INTO SAMPLE VALUES('SAMPLE-00051','Runtime Environment','Integration Layer','Y','eGov');
INSERT INTO SAMPLE VALUES('SAMPLE-00052','Runtime Environment','Integration Layer','Y','eGov');
INSERT INTO SAMPLE VALUES('SAMPLE-00053','Runtime Environment','Integration Layer','Y','eGov');
INSERT INTO SAMPLE VALUES('SAMPLE-00054','Runtime Environment','Integration Layer','Y','eGov');
INSERT INTO SAMPLE VALUES('SAMPLE-00055','Runtime Environment','Integration Layer','Y','eGov');
INSERT INTO SAMPLE VALUES('SAMPLE-00056','Runtime Environment','Integration Layer','Y','eGov');
INSERT INTO SAMPLE VALUES('SAMPLE-00057','Runtime Environment','Integration Layer','Y','eGov');
INSERT INTO SAMPLE VALUES('SAMPLE-00058','Runtime Environment','Integration Layer','Y','eGov');
INSERT INTO SAMPLE VALUES('SAMPLE-00059','Runtime Environment','Integration Layer','Y','eGov');
INSERT INTO SAMPLE VALUES('SAMPLE-00060','Runtime Environment','Integration Layer','Y','eGov');
INSERT INTO SAMPLE VALUES('SAMPLE-00061','Runtime Environment','Integration Layer','Y','eGov');
INSERT INTO SAMPLE VALUES('SAMPLE-00062','Runtime Environment','Integration Layer','Y','eGov');
INSERT INTO SAMPLE VALUES('SAMPLE-00063','Runtime Environment','Integration Layer','Y','eGov');
INSERT INTO SAMPLE VALUES('SAMPLE-00064','Runtime Environment','Integration Layer','Y','eGov');
INSERT INTO SAMPLE VALUES('SAMPLE-00065','Runtime Environment','Integration Layer','Y','eGov');
INSERT INTO SAMPLE VALUES('SAMPLE-00066','Runtime Environment','Integration Layer','Y','eGov');
INSERT INTO SAMPLE VALUES('SAMPLE-00067','Runtime Environment','Integration Layer','Y','eGov');
INSERT INTO SAMPLE VALUES('SAMPLE-00068','Runtime Environment','Integration Layer','Y','eGov');
INSERT INTO SAMPLE VALUES('SAMPLE-00069','Runtime Environment','Integration Layer','Y','eGov');
INSERT INTO SAMPLE VALUES('SAMPLE-00070','Runtime Environment','Integration Layer','Y','eGov');
INSERT INTO SAMPLE VALUES('SAMPLE-00071','Runtime Environment','Integration Layer','Y','eGov');
INSERT INTO SAMPLE VALUES('SAMPLE-00072','Runtime Environment','Integration Layer','Y','eGov');
INSERT INTO SAMPLE VALUES('SAMPLE-00073','Runtime Environment','Integration Layer','Y','eGov');
INSERT INTO SAMPLE VALUES('SAMPLE-00074','Runtime Environment','Integration Layer','Y','eGov');
INSERT INTO SAMPLE VALUES('SAMPLE-00075','Runtime Environment','Integration Layer','Y','eGov');
INSERT INTO SAMPLE VALUES('SAMPLE-00076','Runtime Environment','Integration Layer','Y','eGov');
INSERT INTO SAMPLE VALUES('SAMPLE-00077','Runtime Environment','Integration Layer','Y','eGov');
INSERT INTO SAMPLE VALUES('SAMPLE-00078','Runtime Environment','Integration Layer','Y','eGov');
INSERT INTO SAMPLE VALUES('SAMPLE-00079','Runtime Environment','Integration Layer','Y','eGov');
INSERT INTO SAMPLE VALUES('SAMPLE-00080','Runtime Environment','Integration Layer','Y','eGov');
INSERT INTO SAMPLE VALUES('SAMPLE-00081','Runtime Environment','Integration Layer','Y','eGov');
INSERT INTO SAMPLE VALUES('SAMPLE-00082','Runtime Environment','Integration Layer','Y','eGov');
INSERT INTO SAMPLE VALUES('SAMPLE-00083','Runtime Environment','Integration Layer','Y','eGov');
INSERT INTO SAMPLE VALUES('SAMPLE-00084','Runtime Environment','Integration Layer','Y','eGov');
INSERT INTO SAMPLE VALUES('SAMPLE-00085','Runtime Environment','Integration Layer','Y','eGov');
INSERT INTO SAMPLE VALUES('SAMPLE-00086','Runtime Environment','Integration Layer','Y','eGov');
INSERT INTO SAMPLE VALUES('SAMPLE-00087','Runtime Environment','Integration Layer','Y','eGov');
INSERT INTO SAMPLE VALUES('SAMPLE-00088','Runtime Environment','Integration Layer','Y','eGov');
INSERT INTO SAMPLE VALUES('SAMPLE-00089','Runtime Environment','Integration Layer','Y','eGov');
INSERT INTO SAMPLE VALUES('SAMPLE-00090','Runtime Environment','Integration Layer','Y','eGov');
INSERT INTO SAMPLE VALUES('SAMPLE-00091','Runtime Environment','Integration Layer','Y','eGov');
INSERT INTO SAMPLE VALUES('SAMPLE-00092','Runtime Environment','Integration Layer','Y','eGov');
INSERT INTO SAMPLE VALUES('SAMPLE-00093','Runtime Environment','Integration Layer','Y','eGov');
INSERT INTO SAMPLE VALUES('SAMPLE-00094','Runtime Environment','Integration Layer','Y','eGov');
INSERT INTO SAMPLE VALUES('SAMPLE-00095','Runtime Environment','Integration Layer','Y','eGov');
INSERT INTO SAMPLE VALUES('SAMPLE-00096','Runtime Environment','Integration Layer','Y','eGov');
INSERT INTO SAMPLE VALUES('SAMPLE-00097','Runtime Environment','Integration Layer','Y','eGov');
INSERT INTO SAMPLE VALUES('SAMPLE-00098','Runtime Environment','Integration Layer','Y','eGov');
INSERT INTO SAMPLE VALUES('SAMPLE-00099','Runtime Environment','Integration Layer','Y','eGov');
INSERT INTO SAMPLE VALUES('SAMPLE-00100','Runtime Environment','Integration Layer','Y','eGov');
INSERT INTO SAMPLE VALUES('SAMPLE-00101','Runtime Environment','Integration Layer','Y','eGov');
INSERT INTO SAMPLE VALUES('SAMPLE-00102','Runtime Environment','Integration Layer','Y','eGov');
INSERT INTO SAMPLE VALUES('SAMPLE-00103','Runtime Environment','Integration Layer','Y','eGov');
INSERT INTO SAMPLE VALUES('SAMPLE-00104','Runtime Environment','Integration Layer','Y','eGov');
INSERT INTO SAMPLE VALUES('SAMPLE-00105','Runtime Environment','Integration Layer','Y','eGov');
INSERT INTO SAMPLE VALUES('SAMPLE-00106','Runtime Environment','Integration Layer','Y','eGov');
INSERT INTO SAMPLE VALUES('SAMPLE-00107','Runtime Environment','Integration Layer','Y','eGov');
INSERT INTO SAMPLE VALUES('SAMPLE-00108','Runtime Environment','Integration Layer','Y','eGov');
INSERT INTO SAMPLE VALUES('SAMPLE-00109','Runtime Environment','Integration Layer','Y','eGov');
INSERT INTO SAMPLE VALUES('SAMPLE-00110','Runtime Environment','Integration Layer','Y','eGov');
INSERT INTO SAMPLE VALUES('SAMPLE-00111','Runtime Environment','Integration Layer','Y','eGov');
INSERT INTO SAMPLE VALUES('SAMPLE-00112','Runtime Environment','Integration Layer','Y','eGov');
INSERT INTO SAMPLE VALUES('SAMPLE-00113','Runtime Environment','Integration Layer','Y','eGov');
INSERT INTO SAMPLE VALUES('SAMPLE-00114','Runtime Environment','Integration Layer','Y','eGov');
INSERT INTO IDS VALUES('SAMPLE',115);
Loading