Advertisement
Guest User

Untitled

a guest
Jan 21st, 2019
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.77 KB | None | 0 0
  1. insert into pokemon values (
  2. 'Snyder',
  3. 'Bulbasaur',
  4. 15.2,
  5. 0.7,
  6. 'Likes to fight',
  7. 1,
  8. 'Monster', 'Grass',
  9. 1,
  10. 'Dry',
  11. 'Male',
  12. 'Special Attack',
  13. 2,
  14. 'Green',
  15. 'Grass', 'Poison',
  16. 'Lonely');
  17.  
  18. insert into pokemon values (
  19. 'Jolyon',
  20. 'Ivysaur',
  21. 28.7,
  22. 1.0,
  23. 'Hates to lose',
  24. 1,
  25. 'Monster', 'Grass',
  26. 2,
  27. 'Bitter',
  28. 'Male',
  29. 'Special Attack',
  30. 17,
  31. 'Green',
  32. 'Grass', 'Poison',
  33. 'Lonely');
  34.  
  35. insert into pokemon values (
  36. 'Connor',
  37. 'Venusaur',
  38. 220.5,
  39. 2.0,
  40. 'Mischievous',
  41. 0,
  42. 'Monster', 'Grass',
  43. 3,
  44. 'Sour',
  45. 'Male',
  46. 'Defense',
  47. 44,
  48. 'Green',
  49. 'Grass', 'Poison',
  50. 'Modest');
  51.  
  52. insert into pokemon values (
  53. 'Cummings',
  54. 'Gastly',
  55. 0.2,
  56. 1.3,
  57. 'Capable of taking hits',
  58. 1,
  59. 'Amorphous', NULL,
  60. 1,
  61. 'Spicy',
  62. 'Male',
  63. 'Attack',
  64. 25,
  65. 'Purple',
  66. 'Ghost', 'Poison',
  67. 'Bold');
  68.  
  69. insert into pokemon values (
  70. 'Haydn',
  71. 'Haunter',
  72. 0.1,
  73. 1.6,
  74. 'Highly persistent',
  75. 1,
  76. 'Amorphous', NULL,
  77. 2,
  78. 'Spicy',
  79. 'Female',
  80. 'Attack',
  81. 49,
  82. 'Purple',
  83. 'Ghost', 'Poison',
  84. 'Hardy');
  85.  
  86. insert into pokemon values (
  87. 'Anais',
  88. 'Gengar',
  89. 40.5,
  90. 1.5,
  91. 'Good perseverance',
  92. 0,
  93. 'Amorphous', NULL,
  94. 3,
  95. 'Dry',
  96. 'Male',
  97. 'Special Defense',
  98. 33,
  99. 'Purple',
  100. 'Ghost', 'Poison',
  101. 'Lax');
  102.  
  103. insert into pokemon values (
  104. 'Griffin',
  105. 'Sandshrew',
  106. 12.0,
  107. 0.6,
  108. 'Good perseverance',
  109. 1,
  110. 'Field', NULL,
  111. 1,
  112. 'Sweet',
  113. 'Male',
  114. 'Attack',
  115. 22,
  116. 'Yellow',
  117. 'Ground', NULL,
  118. 'Quirky');
  119.  
  120. insert into pokemon values (
  121. 'Fuentes',
  122. 'Sandslash',
  123. 29.5,
  124. 1.0,
  125. 'Impetuous and silly',
  126. 0,
  127. 'Field', NULL,
  128. 2,
  129. 'Bitter',
  130. 'Female',
  131. 'Attack',
  132. 29,
  133. 'Yellow',
  134. 'Ground', NULL,
  135. 'Lonely');
  136.  
  137. insert into pokemon values (
  138. 'Tayler',
  139. 'Weedle',
  140. 3.2,
  141. 0.3,
  142. 'Often lost in thought',
  143. 1,
  144. 'Bug', NULL,
  145. 1,
  146. 'Sour',
  147. 'Female',
  148. 'Speed',
  149. 2,
  150. 'Brown',
  151. 'Bug', 'Poison',
  152. 'Bashful');
  153.  
  154. insert into pokemon values (
  155. 'Bluebell',
  156. 'Kakuna',
  157. 22.0,
  158. 0.6,
  159. 'Likes to run',
  160. 1,
  161. 'Bug', NULL,
  162. 2,
  163. 'Dry',
  164. 'Male',
  165. 'Defense',
  166. 10,
  167. 'Yellow',
  168. 'Bug', 'Poison',
  169. 'Jolly');
  170.  
  171. insert into pokemon values (
  172. 'Isobelle',
  173. 'Beedrill',
  174. 65.0,
  175. 1.0,
  176. 'Strongly defiant',
  177. 0,
  178. 'Bug', NULL,
  179. 3,
  180. 'Sweet',
  181. 'Male',
  182. 'Attack',
  183. 37,
  184. 'Yellow',
  185. 'Bug', 'Poison',
  186. 'Mild');
  187.  
  188. insert into pokemon values (
  189. 'Ansh',
  190. 'Pikachu',
  191. 6.0,
  192. 0.4,
  193. 'Good perseverance',
  194. 1,
  195. 'Field', 'Fairy',
  196. 1,
  197. 'Spicy',
  198. 'Male',
  199. 'Speed',
  200. 32,
  201. 'Yellow',
  202. 'Electric', NULL,
  203. 'Modest');
  204.  
  205. insert into pokemon values (
  206. 'Barrett',
  207. 'Raichu',
  208. 66.1,
  209. 0.8,
  210. 'Hates to lose',
  211. 0,
  212. 'Field', 'Fairy',
  213. 2,
  214. 'Sweet',
  215. 'Male',
  216. 'Special Attack',
  217. 9,
  218. 'Yellow',
  219. 'Electric', NULL,
  220. 'Serious');
  221.  
  222. insert into pokemon values (
  223. 'Andrew',
  224. 'Exeggcute',
  225. 2.5,
  226. 0.4,
  227. 'Likes to thrash about',
  228. 1,
  229. 'Grass', NULL,
  230. 1,
  231. 'Bitter',
  232. 'Female',
  233. 'Attack',
  234. 35,
  235. 'Pink',
  236. 'Grass', 'Psychic',
  237. 'Lonely');
  238.  
  239. insert into pokemon values (
  240. 'Anais',
  241. 'Exeggcutor',
  242. 264.6,
  243. 2.0,
  244. 'Likes to relax',
  245. 0,
  246. 'Grass', NULL,
  247. 2,
  248. 'Spicy',
  249. 'Male',
  250. 'Special Defense',
  251. 14,
  252. 'Yellow',
  253. 'Grass', 'Psychic',
  254. 'Naughty');
  255.  
  256. insert into pokemon values (
  257. 'Andrew',
  258. 'Lapras',
  259. 485.0,
  260. 2.5,
  261. 'Highly persistent',
  262. 0,
  263. 'Monster', 'Water 1',
  264. 1,
  265. 'Dry',
  266. 'Male',
  267. 'Defense',
  268. 47,
  269. 'Blue',
  270. 'Water', 'Ice',
  271. 'Mild');
  272.  
  273. insert into pokemon values (
  274. 'Tala',
  275. 'Doduo',
  276. 86.4,
  277. 1.4,
  278. 'Likes to thrash about',
  279. 1,
  280. 'Flying', NULL,
  281. 1,
  282. 'Sweet',
  283. 'Female',
  284. 'Special Defense',
  285. 16,
  286. 'Brown',
  287. 'Normal', 'Flying',
  288. 'Docile');
  289.  
  290. insert into pokemon values (
  291. 'Bluebell',
  292. 'Dodrio',
  293. 187.8,
  294. 1.8,
  295. 'A little quick tempered',
  296. 0,
  297. 'Flying', NULL,
  298. 2,
  299. 'Sour',
  300. 'Female',
  301. 'Attack',
  302. 34,
  303. 'Brown',
  304. 'Normal', 'Flying',
  305. 'Lonely');
  306.  
  307. insert into pokemon values (
  308. 'Arvin',
  309. 'Growlithe',
  310. 41.9,
  311. 0.7,
  312. 'Scatters things often',
  313. 1,
  314. 'Field', NULL,
  315. 1,
  316. 'Bitter',
  317. 'Male',
  318. 'Defense',
  319. 28,
  320. 'Brown',
  321. 'Fire', NULL,
  322. 'Timid');
  323.  
  324. insert into pokemon values (
  325. 'Snyder',
  326. 'Arcanine',
  327. 341.7,
  328. 1.9,
  329. 'Loves to eat',
  330. 0,
  331. 'Field', NULL,
  332. 2,
  333. 'Bitter',
  334. 'Female',
  335. 'Special Attack',
  336. 1,
  337. 'Brown',
  338. 'Fire', NULL,
  339. 'Docile');
  340.  
  341. insert into pokemon values (
  342. 'Edna',
  343. 'Kabuto',
  344. 11.5,
  345. 0.5,
  346. 'Alert to sounds',
  347. 1,
  348. 'Water 1', 'Water 3',
  349. 1,
  350. 'Spicy',
  351. 'Female',
  352. 'Special Defense',
  353. 26,
  354. 'Brown',
  355. 'Rock', 'Water',
  356. 'Hardy');
  357.  
  358. insert into pokemon values (
  359. 'Grainger',
  360. 'Kabutops',
  361. 89.3,
  362. 1.3,
  363. 'Somewhat of a clown',
  364. 0,
  365. 'Water 1', 'Water 3',
  366. 2,
  367. 'Spicy',
  368. 'Male',
  369. 'Attack',
  370. 45,
  371. 'Brown',
  372. 'Rock', 'Water',
  373. 'Naughty');
  374.  
  375. insert into pokemon values (
  376. 'Oconnell',
  377. 'Poliwag',
  378. 27.3,
  379. 0.6,
  380. 'Impetuous and silly',
  381. 1,
  382. 'Water 1', NULL,
  383. 1,
  384. 'Spicy',
  385. 'Male',
  386. 'Special Defense',
  387. 9,
  388. 'Blue',
  389. 'Water', NULL,
  390. 'Calm');
  391.  
  392. insert into pokemon values (
  393. 'Reeve',
  394. 'Poliwhirl',
  395. 44.1,
  396. 1.0,
  397. 'Strongly defiant',
  398. 1,
  399. 'Water 1', NULL,
  400. 2,
  401. 'Bitter',
  402. 'Male',
  403. 'Speed',
  404. 34,
  405. 'Blue',
  406. 'Water', NULL,
  407. 'Lax');
  408.  
  409. insert into pokemon values (
  410. 'Alexa',
  411. 'Poliwrath',
  412. 119.0,
  413. 1.3,
  414. 'Impetuous and silly',
  415. 0,
  416. 'Water 1', NULL,
  417. 3,
  418. 'Sour',
  419. 'Male',
  420. 'Speed',
  421. 48,
  422. 'Blue',
  423. 'Water', 'Fighting',
  424. 'Calm');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement