Advertisement
Guest User

Untitled

a guest
May 19th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. /*
  2. -- Query: select * from alumno
  3. LIMIT 0, 1000
  4.  
  5. -- Date: 2017-05-09 15:31
  6. */
  7. INSERT INTO `alumno` (`id_alumno`,`nombre_alumno`,`apellidos_alumno`,`semestre`) VALUES (15240702,'Laura Michelle ','Ibarra Torres','Primero');
  8. INSERT INTO `alumno` (`id_alumno`,`nombre_alumno`,`apellidos_alumno`,`semestre`) VALUES (13453578,'Cynthia Karina','Martinez Castellanos','Primero');
  9. INSERT INTO `alumno` (`id_alumno`,`nombre_alumno`,`apellidos_alumno`,`semestre`) VALUES (195894379,'Jazmin Fernanda','Alfaro Hernandez','Segundo');
  10. INSERT INTO `alumno` (`id_alumno`,`nombre_alumno`,`apellidos_alumno`,`semestre`) VALUES (14768904,'Efrain','Hernandez Negrete','Segundo');
  11. INSERT INTO `alumno` (`id_alumno`,`nombre_alumno`,`apellidos_alumno`,`semestre`) VALUES (17830418,'Karla Denisse','Martin del Campo Varela','Tercero');
  12. INSERT INTO `alumno` (`id_alumno`,`nombre_alumno`,`apellidos_alumno`,`semestre`) VALUES (10483024,'Erick Eduardo','Palacios Rangel','Tercero');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement