Advertisement
Guest User

Untitled

a guest
Nov 20th, 2017
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. insert into alumno values ('295032', 'Jose Perez', 3.8, 'I.E'), ('495031', 'Juan Marin', 4.1, 'ASI')
  2.  
  3. insert into alumno (codigoal, nombreal, carrera) values ('118890', 'Luis Paez', 'I.E')
  4.  
  5. insert into profesor(codprof, nombreprof, carrera) values ('998012', 'Jose Perez', 'I.E'), ('404050', 'Ana Marin', 'ASI'), ('889978', 'Carlos Marin', 'ASI')
  6.  
  7. insert into materia values ('1111', 'Mate1', 'I.E')
  8.  
  9. insert into nota values ('295033', '1111', 4.3)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement