0% found this document useful (0 votes)
5 views

Scheme - Dept Update

Uploaded by

Debasis Bhuyan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views

Scheme - Dept Update

Uploaded by

Debasis Bhuyan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

UPDATE tbl_mst_department SET SHORTNAME='C&T' WHERE deptid=20;

INSERT INTO tbl_mst_scheme_master


(SCHEMEID,DEPTID,SCHEMENAME,IS_ACTIVE_STATUS,CREATEDON,SCHEME_SHORT_NAME)
VALUES(1700,3,'SUNETRA','Y','05-SEP-23 10.26.07.000000000 AM','SUNETRA');

INSERT INTO tbl_mst_department(DEPTID, DEPTNAME, CREATEDON, IS_ACTIVE_STATUS,


SHORTNAME) VALUES
(21,'Forest, Environment and Climate Change','05-SEP-23','Y','FE&CC');

INSERT INTO tbl_mst_scheme_master


(SCHEMEID,DEPTID,SCHEMENAME,IS_ACTIVE_STATUS,CREATEDON,SCHEME_SHORT_NAME) VALUES
(1701,21,'Kendu Leaf Worker Death Compensetion','Y','05-SEP-23 10.30.07.000000000
AM','KLWDC');

INSERT INTO tbl_mst_scheme_master


(SCHEMEID,DEPTID,SCHEMENAME,IS_ACTIVE_STATUS,CREATEDON,SCHEME_SHORT_NAME)
VALUES(1697,3,'SUNETRA','Y','05-SEP-23 10.26.07.000000000 AM','SUNETRA');

INSERT INTO tbl_mst_scheme_master


(SCHEMEID,DEPTID,SCHEMENAME,IS_ACTIVE_STATUS,CREATEDON,SCHEME_SHORT_NAME)
VALUES(1698,18,'Kendu Leaf Worker Death Compensetion','Y','06-SEP-23
10.30.07.000000000 AM','KLWDC');

You might also like