Guest User

Untitled

a guest
Jan 21st, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. db.actors.insertMany([
  2. { _id: 1, name: 'Arnold Schwarzenegger' },
  3. { _id: 2, name: 'James Earl Jones' },
  4. { _id: 3, name: 'Harrison Ford' },
  5. { _id: 4, name: 'Tommy Lee Jones' }
  6. ]);
Add Comment
Please, Sign In to add comment