Advertisement
Guest User

Untitled

a guest
Mar 27th, 2017
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. INSERT INTO component (name, kind, price) VALUES
  2. ('Intel Core i7-7700K', 'CPU', 2874),
  3. ('Intel Core i5-7600K', 'CPU', 1949),
  4. ('Intel Core i5-7500K', 'CPU', 1649),
  5. ('Intel Core i5-7400K', 'CPU', 1435),
  6. ('Intel Core i5-7600' , 'CPU', 1899),
  7. ('AMD Ryzen 7 1700X' , 'CPU', 3349),
  8. ('Intel Pentium G4400', 'CPU', 479),
  9. ('Intel Core i5-4690K', 'CPU', 1999),
  10. ('Intel Core i7-6800K', 'CPU', 3649),
  11. ('Intel Core i7-5820K', 'CPU', 3229),
  12. ('Intel Core i7-5930K', 'CPU', 4949),
  13. ('Intel Core i7-3820' , 'CPU', 2199);
  14.  
  15. INSERT INTO cpu (name, cores, socket, speed) VALUES
  16. ('Intel Core i7-7700K', 4, 'LGA1151', 4.2),
  17. ('Intel Core i5-7600K', 4, 'LGA1151', 3.8),
  18. ('Intel Core i5-7500K', 4, 'LGA1151', 3.4),
  19. ('Intel Core i5-7400K', 4, 'LGA1151', 3.0),
  20. ('Intel Core i5-7600', 4, 'LGA-1151', 3.5),
  21. ('AMD Ryzen 7 1700X', 8, 'AM4', 3.6),
  22. ('Intel Pentium G4400', 2, 'LGA-1151', 3.3),
  23. ('Intel Core i5-4690K', 4, 'LGA-1150', 3.5),
  24. ('Intel Core i7-6800K', 6, 'LGA2011-3', 3.4),
  25. ('Intel Core i7-5820K', 6, 'LGA2011-3', 3.3),
  26. ('Intel Core i7-5930K', 6, 'LGA2011-3', 3.5),
  27. ('Intel Core i7-3820', 4, 'LGA2011', 3.6);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement