Advertisement
Guest User

Untitled

a guest
Nov 20th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.23 KB | None | 0 0
  1.  
  2. INSERT INTO `sport` (`sport_id`, `sport_name`, `sport_description`) VALUES (4, 'Baseball', NULL);
  3. INSERT INTO `sport` (`sport_id`, `sport_name`, `sport_description`) VALUES (5, 'Beach Activities', NULL);
  4. INSERT INTO `sport` (`sport_id`, `sport_name`, `sport_description`) VALUES (6, 'Bowling', NULL);
  5. INSERT INTO `sport` (`sport_id`, `sport_name`, `sport_description`) VALUES (7, 'Cricket', NULL);
  6. INSERT INTO `sport` (`sport_id`, `sport_name`, `sport_description`) VALUES (8, 'Cycling', NULL);
  7. INSERT INTO `sport` (`sport_id`, `sport_name`, `sport_description`) VALUES (9, 'Dance', NULL);
  8. INSERT INTO `sport` (`sport_id`, `sport_name`, `sport_description`) VALUES (10, 'Dodgeball', NULL);
  9. INSERT INTO `sport` (`sport_id`, `sport_name`, `sport_description`) VALUES (11, 'Floorball', NULL);
  10. INSERT INTO `sport` (`sport_id`, `sport_name`, `sport_description`) VALUES (12, 'Frisbee', NULL);
  11. INSERT INTO `sport` (`sport_id`, `sport_name`, `sport_description`) VALUES (13, 'Gaming', NULL);
  12. INSERT INTO `sport` (`sport_id`, `sport_name`, `sport_description`) VALUES (14, 'Gymming', NULL);
  13. INSERT INTO `sport` (`sport_id`, `sport_name`, `sport_description`) VALUES (15, 'Hiking', NULL);
  14. INSERT INTO `sport` (`sport_id`, `sport_name`, `sport_description`) VALUES (16, 'Hockey', NULL);
  15. INSERT INTO `sport` (`sport_id`, `sport_name`, `sport_description`) VALUES (17, 'Kayaking', NULL);
  16. INSERT INTO `sport` (`sport_id`, `sport_name`, `sport_description`) VALUES (18, 'Laser Tag', NULL);
  17. INSERT INTO `sport` (`sport_id`, `sport_name`, `sport_description`) VALUES (19, 'Mahjong', NULL);
  18. INSERT INTO `sport` (`sport_id`, `sport_name`, `sport_description`) VALUES (20, 'Miscellaneous', NULL);
  19. INSERT INTO `sport` (`sport_id`, `sport_name`, `sport_description`) VALUES (21, 'Paintball', NULL);
  20. INSERT INTO `sport` (`sport_id`, `sport_name`, `sport_description`) VALUES (22, 'Pool', NULL);
  21. INSERT INTO `sport` (`sport_id`, `sport_name`, `sport_description`) VALUES (23, 'Rock Climbing', NULL);
  22. INSERT INTO `sport` (`sport_id`, `sport_name`, `sport_description`) VALUES (24, 'Rugby', NULL);
  23. INSERT INTO `sport` (`sport_id`, `sport_name`, `sport_description`) VALUES (25, 'Running', NULL);
  24. INSERT INTO `sport` (`sport_id`, `sport_name`, `sport_description`) VALUES (26, 'Sailing', NULL);
  25. INSERT INTO `sport` (`sport_id`, `sport_name`, `sport_description`) VALUES (27, 'Scuba Diving', NULL);
  26. INSERT INTO `sport` (`sport_id`, `sport_name`, `sport_description`) VALUES (28, 'Squash', NULL);
  27. INSERT INTO `sport` (`sport_id`, `sport_name`, `sport_description`) VALUES (29, 'Table Tennis', NULL);
  28. INSERT INTO `sport` (`sport_id`, `sport_name`, `sport_description`) VALUES (30, 'Tai-Chi', NULL);
  29. INSERT INTO `sport` (`sport_id`, `sport_name`, `sport_description`) VALUES (31, 'Tennis', NULL);
  30. INSERT INTO `sport` (`sport_id`, `sport_name`, `sport_description`) VALUES (32, 'Touch Rugby', NULL);
  31. INSERT INTO `sport` (`sport_id`, `sport_name`, `sport_description`) VALUES (33, 'Volleyball', NULL);
  32. INSERT INTO `sport` (`sport_id`, `sport_name`, `sport_description`) VALUES (34, 'Water Polo', NULL);
  33. INSERT INTO `sport` (`sport_id`, `sport_name`, `sport_description`) VALUES (35, 'Water Skiing', NULL);
  34. INSERT INTO `sport` (`sport_id`, `sport_name`, `sport_description`) VALUES (36, 'Water Sports', NULL);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement