Advertisement
Guest User

Untitled

a guest
Oct 19th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. INSERT INTO type_transport(CodeTransport,NomTransport,CategorieTransport)
  2. VALUES(1,"ac130","aeronef"),(2,"apache","aeronef"),(3,"teleportation","topsecret")
  3.  
  4.  
  5. INSERT INTO controleur(NoControleur,NomControleur,NoRemplacant,salaire,age)
  6. VALUES(100,"james",100,2000000,25),(101,"bond",101,2000000,25)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement