Advertisement
Guest User

Untitled

a guest
May 23rd, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.06 KB | None | 0 0
  1. INSERT INTO school (name, country, capacity) VALUES ('Castelobruxo', 'Brazil', 380), ('Durmstrang Institute', 'Norway', 570), ('Hogwarts School of Witchcraft and Wizardry', 'United Kingdom', 450), ('Ilvermorny School of Witchcraft and Wizardry', 'USA', 300), ('Koldovstoretz', 'Russia', 125), ('Mahoutokoro School of Magic', 'Japan', 800), ('Uagadou School of Magic', 'Uganda', 350);
  2. Query OK, 7 rows affected (0,01 sec)
  3. Records: 7 Duplicates: 0 Warnings: 0
  4.  
  5. +----+----------------------------------------------+----------+----------------+
  6. | id | name | capacity | country |
  7. +----+----------------------------------------------+----------+----------------+
  8. | 1 | Beauxbatons Academy of Magic | 550 | France |
  9. | 2 | Castelobruxo | 380 | Brazil |
  10. | 3 | Durmstrang Institute | 570 | Norway |
  11. | 4 | Hogwarts School of Witchcraft and Wizardry | 450 | United Kingdom |
  12. | 5 | Ilvermorny School of Witchcraft and Wizardry | 300 | USA |
  13. | 6 | Koldovstoretz | 125 | Russia |
  14. | 7 | Mahoutokoro School of Magic | 800 | Japan |
  15. | 8 | Uagadou School of Magic | 350 | Uganda |
  16. +----+----------------------------------------------+----------+----------------+
  17.  
  18. +----+----------------------------------------------+----------+----------------+
  19. | id | name | capacity | country |
  20. +----+----------------------------------------------+----------+----------------+
  21. | 1 | Beauxbatons Academy of Magic | 550 | France |
  22. | 2 | Castelobruxo | 380 | Brazil |
  23. | 3 | Durmstrang Institute | 570 | Sweden |
  24. | 4 | Hogwarts School of Witchcraft and Wizardry | 450 | United Kingdom |
  25. | 5 | Ilvermorny School of Witchcraft and Wizardry | 300 | USA |
  26. | 6 | Koldovstoretz | 125 | Russia |
  27. | 7 | Mahoutokoro School of Magic | 800 | Japan |
  28. | 8 | Uagadou School of Magic | 350 | Uganda |
  29. +----+----------------------------------------------+----------+----------------+
  30.  
  31. +----+----------------------------------------------+----------+----------------+
  32. | id | name | capacity | country |
  33. +----+----------------------------------------------+----------+----------------+
  34. | 1 | Beauxbatons Academy of Magic | 550 | France |
  35. | 2 | Castelobruxo | 380 | Brazil |
  36. | 3 | Durmstrang Institute | 570 | Sweden |
  37. | 4 | Hogwarts School of Witchcraft and Wizardry | 450 | United Kingdom |
  38. | 5 | Ilvermorny School of Witchcraft and Wizardry | 300 | USA |
  39. | 6 | Koldovstoretz | 125 | Russia |
  40. | 7 | Mahoutokoro School of Magic | 700 | Japan |
  41. | 8 | Uagadou School of Magic | 350 | Uganda |
  42. +----+----------------------------------------------+----------+----------------+
  43.  
  44. +----+----------------------------------------------+----------+----------------+
  45. | id | name | capacity | country |
  46. +----+----------------------------------------------+----------+----------------+
  47. | 2 | Castelobruxo | 380 | Brazil |
  48. | 3 | Durmstrang Institute | 570 | Sweden |
  49. | 4 | Hogwarts School of Witchcraft and Wizardry | 450 | United Kingdom |
  50. | 5 | Ilvermorny School of Witchcraft and Wizardry | 300 | USA |
  51. | 6 | Koldovstoretz | 125 | Russia |
  52. +----+----------------------------------------------+----------+----------------+
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement