pcpuma_unam_api/sql/10-institucion.sql
2022-06-09 10:42:17 -05:00

52 lines
5.6 KiB
SQL

INSERT INTO institucion(id_institucion, institucion, clave) VALUES(1, 'FACULTAD DE ARQUITECTURA', '0001');
INSERT INTO institucion(id_institucion, institucion, clave) VALUES(2, 'FACULTAD DE ARTES Y DISEÑO', '0002');
INSERT INTO institucion(id_institucion, institucion, clave) VALUES(3, 'FACULTAD DE CIENCIAS', '0003');
INSERT INTO institucion(id_institucion, institucion, clave) VALUES(4, 'FACULTAD DE CIENCIAS POLITICAS Y SOCIALES', '0004');
INSERT INTO institucion(id_institucion, institucion, clave) VALUES(5, 'FACULTAD DE QUIMICA', '0005');
INSERT INTO institucion(id_institucion, institucion, clave) VALUES(6, 'FACULTAD DE CONTADURIA Y ADMON', '0006');
INSERT INTO institucion(id_institucion, institucion, clave) VALUES(7, 'FACULTAD DE DERECHO', '0007');
INSERT INTO institucion(id_institucion, institucion, clave) VALUES(8, 'FACULTAD DE ECONOMIA', '0008');
INSERT INTO institucion(id_institucion, institucion, clave) VALUES(9, 'ESCUELA NAL DE ENFERMERIA Y OBSTETRICIA', '0009');
INSERT INTO institucion(id_institucion, institucion, clave) VALUES(10, 'FACULTAD DE FILOSOFIA Y LETRAS', '0010');
INSERT INTO institucion(id_institucion, institucion, clave) VALUES(11, 'FACULTAD DE INGENIERIA', '0011');
INSERT INTO institucion(id_institucion, institucion, clave) VALUES(12, 'FACULTAD DE MEDICINA', '0012');
INSERT INTO institucion(id_institucion, institucion, clave) VALUES(13, 'FACULTAD DE MUSICA', '0013');
INSERT INTO institucion(id_institucion, institucion, clave) VALUES(14, 'FACULTAD DE ODONTOLOGIA', '0014');
INSERT INTO institucion(id_institucion, institucion, clave) VALUES(15, 'ESCUELA NACIONAL DE TRABAJO SOCIAL', '0015');
INSERT INTO institucion(id_institucion, institucion, clave) VALUES(16, 'FAC DE MED VETERINARIA Y ZOOTECNIA', '0016');
INSERT INTO institucion(id_institucion, institucion, clave) VALUES(17, 'ESCUELA NACIONAL DE CIENCIAS DE LA TIERRA', '0017');
INSERT INTO institucion(id_institucion, institucion, clave) VALUES(19, 'FACULTAD DE PSICOLOGIA', '0019');
INSERT INTO institucion(id_institucion, institucion, clave) VALUES(21, 'E.N.P. 1 "GABINO BARREDA"', '0021');
INSERT INTO institucion(id_institucion, institucion, clave) VALUES(22, 'E.N.P. 2 "ERASMO CASTELLANOS Q"', '0022');
INSERT INTO institucion(id_institucion, institucion, clave) VALUES(23, 'E.N.P. 3 "JUSTO SIERRA"', '0023');
INSERT INTO institucion(id_institucion, institucion, clave) VALUES(24, 'E.N.P. 4 "VIDAL CASTAÑEDA Y N."', '0024');
INSERT INTO institucion(id_institucion, institucion, clave) VALUES(25, 'E.N.P. 5 "JOSE VASCONCELOS"', '0025');
INSERT INTO institucion(id_institucion, institucion, clave) VALUES(26, 'E.N.P. 6 "ANTONIO CASO"', '0026');
INSERT INTO institucion(id_institucion, institucion, clave) VALUES(27, 'E.N.P. 7 "EZEQUIEL A. CHAVEZ"', '0027');
INSERT INTO institucion(id_institucion, institucion, clave) VALUES(28, 'E.N.P. 8 "MIGUEL E. SCHULZ"', '0028');
INSERT INTO institucion(id_institucion, institucion, clave) VALUES(29, 'E.N.P. 9 "PEDRO DE ALBA"', '0029');
INSERT INTO institucion(id_institucion, institucion, clave) VALUES(31, 'C.C.H. PLANTEL AZCAPOTZALCO', '0031');
INSERT INTO institucion(id_institucion, institucion, clave) VALUES(32, 'C.C.H. PLANTEL NAUCALPAN', '0032');
INSERT INTO institucion(id_institucion, institucion, clave) VALUES(33, 'C.C.H. PLANTEL VALLEJO', '0033');
INSERT INTO institucion(id_institucion, institucion, clave) VALUES(34, 'C.C.H. PLANTEL ORIENTE', '0034');
INSERT INTO institucion(id_institucion, institucion, clave) VALUES(35, 'C.C.H. PLANTEL SUR', '0035');
INSERT INTO institucion(id_institucion, institucion, clave) VALUES(42, 'ESCUELA NACIONAL DE LENGUAS, LINGUISTICA Y TRADUCCION', '0042');
INSERT INTO institucion(id_institucion, institucion, clave) VALUES(44, 'ESCUELA NACIONAL DE ARTES CINEMATOGRAFICAS', '0044');
INSERT INTO institucion(id_institucion, institucion, clave) VALUES(46, 'COORDINACION DEL BACHILLERATO A DISTANCIA', '0046');
INSERT INTO institucion(id_institucion, institucion, clave) VALUES(66, 'INSTITUTO DE BIOTECNOLOGIA', '0066');
INSERT INTO institucion(id_institucion, institucion, clave) VALUES(80, 'INST. DE INVESTIGACIONES EN MATEMATICAS APLICADAS Y SISTEMAS', '0080');
INSERT INTO institucion(id_institucion, institucion, clave) VALUES(90, 'INSTITUTO DE ENERGIAS RENOVABLES', '0090');
INSERT INTO institucion(id_institucion, institucion, clave) VALUES(91, 'CENTRO DE NANOCIENCIAS Y NANOTECNOLOGIA', '0091');
INSERT INTO institucion(id_institucion, institucion, clave) VALUES(94, 'CENTRO PENINSULAR EN HUMANIDADES Y CIENCIAS SOCIALES', '0094');
INSERT INTO institucion(id_institucion, institucion, clave) VALUES(95, 'CENTRO DE FISICA APLICADA Y TECNOLOGIA AVANZADA', '0095');
INSERT INTO institucion(id_institucion, institucion, clave) VALUES(97, 'CENTRO DE INVESTIGACIONES EN ECOSISTEMAS', '0097');
INSERT INTO institucion(id_institucion, institucion, clave) VALUES(100, 'F.E.S. CUAUTITLAN', '0100');
INSERT INTO institucion(id_institucion, institucion, clave) VALUES(200, 'F.E.S. ACATLAN', '0200');
INSERT INTO institucion(id_institucion, institucion, clave) VALUES(300, 'F.E.S. IZTACALA', '0300');
INSERT INTO institucion(id_institucion, institucion, clave) VALUES(400, 'F.E.S. ARAGON', '0400');
INSERT INTO institucion(id_institucion, institucion, clave) VALUES(500, 'F.E.S. ZARAGOZA', '0500');
INSERT INTO institucion(id_institucion, institucion, clave) VALUES(600, 'E.N.E.S. LEON', '0600');
INSERT INTO institucion(id_institucion, institucion, clave) VALUES(700, 'E.N.E.S. MORELIA', '0700');
INSERT INTO institucion(id_institucion, institucion, clave) VALUES(800, 'E.N.E.S. MERIDA', '0800');
INSERT INTO institucion(id_institucion, institucion, clave) VALUES(1000, 'E.N.E.S. JURIQUILLA', '1000');