128 lines
12 KiB
SQL
128 lines
12 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');
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
INSERT INTO institucion (id_institucion, institucion, clave) VALUES (102, 'F.E.S. CUAUTITLAN (ARTES PLASTICAS)', '0102');
|
|
INSERT INTO institucion (id_institucion, institucion, clave) VALUES (105, 'F.E.S. CUAUTITLAN (QUIMICA)', '0105');
|
|
INSERT INTO institucion (id_institucion, institucion, clave) VALUES (106, 'F.E.S. CUAUTITLAN (CONTADURIA)', '0106');
|
|
INSERT INTO institucion (id_institucion, institucion, clave) VALUES (111, 'F.E.S. CUAUTITLAN (INGENIERIA)', '0111');
|
|
INSERT INTO institucion (id_institucion, institucion, clave) VALUES (116, 'F.E.S. CUAUTITLAN (VETERINARIA)', '0116');
|
|
INSERT INTO institucion (id_institucion, institucion, clave) VALUES (118, 'F.E.S. CUAUTITLAN (AGRICOLA)', '0118');
|
|
INSERT INTO institucion (id_institucion, institucion, clave) VALUES (195, 'F.E.S. CUAUTITLAN (TECNOLOGIA)', '0195');
|
|
|
|
INSERT INTO institucion (id_institucion, institucion, clave) VALUES (201, 'F.E.S. ACATLAN (ARQUITECTURA)', '0201');
|
|
INSERT INTO institucion (id_institucion, institucion, clave) VALUES (202, 'F.E.S. ACATLAN (ARTES PLASTICAS)', '0202');
|
|
INSERT INTO institucion (id_institucion, institucion, clave) VALUES (203, 'F.E.S. ACATLAN (ACTUARIA)', '0203');
|
|
INSERT INTO institucion (id_institucion, institucion, clave) VALUES (204, 'F.E.S. ACATLAN (CIENCIAS POLITICAS)', '0204');
|
|
INSERT INTO institucion (id_institucion, institucion, clave) VALUES (207, 'F.E.S. ACATLAN (DERECHO)', '0207');
|
|
INSERT INTO institucion (id_institucion, institucion, clave) VALUES (208, 'F.E.S. ACATLAN (ECONOMIA)', '0208');
|
|
INSERT INTO institucion (id_institucion, institucion, clave) VALUES (210, 'F.E.S. ACATLAN (FILOSOFIA)', '0210');
|
|
INSERT INTO institucion (id_institucion, institucion, clave) VALUES (211, 'F.E.S. ACATLAN (INGENIERIA)', '0211');
|
|
INSERT INTO institucion (id_institucion, institucion, clave) VALUES (240, 'F.E.S. ACATLAN (COMPUTACION)', '0240');
|
|
INSERT INTO institucion (id_institucion, institucion, clave) VALUES (241, 'F.E.S. ACATLAN (C IDIOMAS)', '0241');
|
|
INSERT INTO institucion (id_institucion, institucion, clave) VALUES (243, 'F.E.S. ACATLAN (LENGUA EXTRANJERA)', '0243');
|
|
|
|
INSERT INTO institucion (id_institucion, institucion, clave) VALUES (303, 'F.E.S. IZTACALA (BIOLOGIA)', '0303');
|
|
INSERT INTO institucion (id_institucion, institucion, clave) VALUES (309, 'F.E.S. IZTACALA (ENFERMERIA)', '0309');
|
|
INSERT INTO institucion (id_institucion, institucion, clave) VALUES (312, 'F.E.S. IZTACALA (MEDICINA)', '0312');
|
|
INSERT INTO institucion (id_institucion, institucion, clave) VALUES (314, 'F.E.S. IZTACALA', '0314');
|
|
INSERT INTO institucion (id_institucion, institucion, clave) VALUES (319, 'F.E.S. IZTACALA (PSICOLOGIA)', '0319');
|
|
INSERT INTO institucion (id_institucion, institucion, clave) VALUES (342, 'F.E.S. IZTACALA (OPTOMETRIA)', '0342');
|
|
|
|
INSERT INTO institucion (id_institucion, institucion, clave) VALUES (401, 'F.E.S. ARAGON (ARQUITECTURA)', '0401');
|
|
INSERT INTO institucion (id_institucion, institucion, clave) VALUES (404, 'F.E.S. ARAGON (CIENCIAS POLITICAS)', '0404');
|
|
INSERT INTO institucion (id_institucion, institucion, clave) VALUES (407, 'F.E.S. ARAGON (DERECHO)', '0407');
|
|
INSERT INTO institucion (id_institucion, institucion, clave) VALUES (408, 'F.E.S. ARAGON (ECONOMIA)', '0408');
|
|
INSERT INTO institucion (id_institucion, institucion, clave) VALUES (410, 'F.E.S. ARAGON (FILOSOFIA)', '0410');
|
|
INSERT INTO institucion (id_institucion, institucion, clave) VALUES (411, 'F.E.S. ARAGON (INGENIERIA)', '0411');
|
|
INSERT INTO institucion (id_institucion, institucion, clave) VALUES (420, 'F.E.S. ARAGON (AGROPECUARIO)', '0420');
|
|
|
|
INSERT INTO institucion (id_institucion, institucion, clave) VALUES (503, 'F.E.S. ZARAGOZA (BIOLOGIA)', '0503');
|
|
INSERT INTO institucion (id_institucion, institucion, clave) VALUES (505, 'F.E.S. ZARAGOZA (QUIMICAS)', '0505');
|
|
INSERT INTO institucion (id_institucion, institucion, clave) VALUES (509, 'F.E.S. ZARAGOZA (ENFERMERIA)', '0509');
|
|
INSERT INTO institucion (id_institucion, institucion, clave) VALUES (512, 'F.E.S. ZARAGOZA (MEDICINA)', '0512');
|
|
INSERT INTO institucion (id_institucion, institucion, clave) VALUES (514, 'F.E.S. ZARAGOZA', '0514');
|
|
INSERT INTO institucion (id_institucion, institucion, clave) VALUES (515, 'F.E.S. ZARAGOZA (TRABAJO SOCIAL)', '0515');
|
|
INSERT INTO institucion (id_institucion, institucion, clave) VALUES (519, 'F.E.S. ZARAGOZA (PSICOLOGIA)', '0519');
|
|
|
|
INSERT INTO institucion (id_institucion, institucion, clave) VALUES (604, 'E.N.E.S. LEON (CIENCIAS POLITICAS)', '0604');
|
|
INSERT INTO institucion (id_institucion, institucion, clave) VALUES (606, 'E.N.E.S. LEON (CONTADURIA)', '0606');
|
|
INSERT INTO institucion (id_institucion, institucion, clave) VALUES (608, 'E.N.E.S. LEON (ECONOMIA)', '0608');
|
|
INSERT INTO institucion (id_institucion, institucion, clave) VALUES (610, 'E.N.E.S. LEON (FILOSOFIA)', '0610');
|
|
INSERT INTO institucion (id_institucion, institucion, clave) VALUES (612, 'E.N.E.S. LEON', '0612');
|
|
INSERT INTO institucion (id_institucion, institucion, clave) VALUES (614, 'E.N.E.S. LEON', '0614');
|
|
INSERT INTO institucion (id_institucion, institucion, clave) VALUES (642, 'E.N.E.S. LEON', '0642');
|
|
INSERT INTO institucion (id_institucion, institucion, clave) VALUES (666, 'E.N.E.S. LEON (GENOMICAS)', '0666');
|
|
|
|
INSERT INTO institucion (id_institucion, institucion, clave) VALUES (702, 'E.N.E.S. MORELIA (ARTES PLASTICAS)', '0702');
|
|
INSERT INTO institucion (id_institucion, institucion, clave) VALUES (703, 'E.N.E.S. MORELIA (CIENCIAS)', '0703');
|
|
INSERT INTO institucion (id_institucion, institucion, clave) VALUES (704, 'E.N.E.S. MORELIA (CIENCIAS POLITICAS)', '0704');
|
|
INSERT INTO institucion (id_institucion, institucion, clave) VALUES (710, 'E.N.E.S. MORELIA (FILOSOFIA)', '0710');
|
|
INSERT INTO institucion (id_institucion, institucion, clave) VALUES (713, 'E.N.E.S. MORELIA (MUSICA)', '0713');
|
|
|
|
INSERT INTO institucion (id_institucion, institucion, clave) VALUES (803, 'E.N.E.S. MERIDA (CIENCIAS)', '0803');
|
|
INSERT INTO institucion (id_institucion, institucion, clave) VALUES (810, 'E.N.E.S. MERIDA (FILOSOFIA)', '0810');
|
|
|
|
INSERT INTO institucion (id_institucion, institucion, clave) VALUES (1003, 'E.N.E.S. JURIQUILLA (CIENCIAS)', '1003');
|
|
INSERT INTO institucion (id_institucion, institucion, clave) VALUES (1006, 'E.N.E.S. JURIQUILLA (CONTADURIA)', '1006');
|
|
INSERT INTO institucion (id_institucion, institucion, clave) VALUES (1012, 'E.N.E.S. JURIQUILLA (MEDICINA)', '1012');
|
|
INSERT INTO institucion (id_institucion, institucion, clave) VALUES (1066, 'E.N.E.S. JURIQUILLA (GENOMICAS)', '1066');
|
|
INSERT INTO institucion (id_institucion, institucion, clave) VALUES (1090, 'E.N.E.S. JURIQUILLA (ENERGIAS RENOVABLES)', '1090');
|
|
INSERT INTO institucion (id_institucion, institucion, clave) VALUES (1095, 'E.N.E.S. JURIQUILLA (TECNOLOGIA)', '1095');
|