Advertisement
Guest User

Untitled

a guest
Dec 6th, 2016
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. insert into boxoffice (rating, domestic_scales,international_sales,aspect_ratio,language,movie_id)
  2. values ('8.2', '380843261', '555900000', '1.85', 'English', '5'),
  3. ('7.4', '268492764', '475066843', '1.85', 'English', '14'),
  4. ('6.4', '191452396', '368400000', '1.78', 'English', '12'),
  5. ('7.9', '245852179', '239163000', '1.85', 'English', '3'),
  6. ('8', '261441092', '370001000', '2.4', 'French', '6'),
  7. ('8.5', '223808164', '297503696', '1.78', 'English', '9'),
  8. ('8.4', '415004880', '648167031', '1.85', 'English', '11'),
  9. ('8.3', '191796233', '170162503', '1.85', 'English', '1'),
  10. ('7.2', '244082982', '217900167', '1.78', 'English', '7'),
  11. ('8.3', '293004164', '438338580', '1.85', 'English', '10'),
  12. ('8.1', '289916256', '272900000', '1.85', 'English', '4'),
  13. ('7.2', '162798565', '200600000', '1.85', 'English', '2'),
  14. ('7.2', '237283207', '301700000', '1.85', 'English', '13');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement