Advertisement
Guest User

Untitled

a guest
Apr 20th, 2018
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. INSERT INTO AUTHOR(author_name) VALUES ('Robert P. Baker');
  2. INSERT INTO AUTHOR(author_name) VALUES ('Peter Seibel');
  3. INSERT INTO AUTHOR(author_name) VALUES ('Judy McKay');
  4. INSERT INTO AUTHOR(author_name) VALUES ('Jon Gregory');
  5. INSERT INTO AUTHOR(author_name) VALUES ('Alberto Paro');
  6. INSERT INTO AUTHOR(author_name) VALUES ('Michel Crouhy');
  7. INSERT INTO AUTHOR(author_name) VALUES ('Dan Galai');
  8. INSERT INTO AUTHOR(author_name) VALUES ('Scott Oaks');
  9. INSERT INTO AUTHOR(author_name) VALUES ('Sam Newman');
  10. INSERT INTO AUTHOR(author_name) VALUES ('Adrian Mouat');
  11. INSERT INTO AUTHOR(author_name) VALUES ('Martin Fowler');
  12. INSERT INTO AUTHOR(author_name) VALUES ('Bharvi Dixit');
  13. INSERT INTO AUTHOR(author_name) VALUES ('Rick D. Craig');
  14. INSERT INTO AUTHOR(author_name) VALUES ('Stefan Jaskiel');
  15. INSERT INTO AUTHOR(author_name) VALUES ('William Kennedy');
  16. INSERT INTO AUTHOR(author_name) VALUES ('Brian Ketelsen');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement