Advertisement
Guest User

Untitled

a guest
Sep 26th, 2016
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. insert into employee values('E0001', 'Hideyoshi','Kinoshita', '1975-08-24', 'Hideyoshi.kino@gmail.com', 081689231099, '2002-01-11', 5000000, 'J0004', 'D0002'
  2. );
  3. insert into employee values('E0002', 'Sara','', '1970-01-1', 'Sara@rocketmail.com', 089281849321 , '2000-12-10', 5500000, 'J0003', 'D0001'
  4. );
  5. insert into employee values('E0003', 'Kazuyoshi','', '1968-02-28', 'Kazuyoshi@gmail.com
  6. ', 085252778438 , '1999-07-25', 4500000, 'J0009', 'D0003'
  7. );
  8. insert into employee values('E0004', 'Shoichiro','Yukimura', '1967-02-01', 'Shoichiro.yuki@yahoo.com', 089928317822 , '2000-04-17', 4500000, 'J0005', 'D0002'
  9. );
  10. insert into employee values('E0005', 'Chibi','Usa', '1950-06-30', 'Chibi.usa@gmail.com',081329883547 , '2001-08-10', 5000000, 'J0008', 'D0003'
  11. );
  12. insert into employee values('E0006', 'Yoshika','Saehara', '1977-10-21', 'Yoshika.sae@yahoo.com',081299284628, '2005-11-18', 4500000, 'J0008', 'D0003'
  13. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement