logo

Crowdly

Browser

Add to Chrome

Якщо колекція movies в даний час порожня, скільки документів буде вставле...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

Якщо колекція movies в даний час порожня, скільки документів буде вставлено наступним викликом insertMany ()

db.myMovies.insertMany(

[

  {

      "_id" : "0084726",

      "title" : "Star Trek II: The Wrath of Khan", "year" : 1982,

      "type" : "movie"

  },

 {

      "_id" : "0796366",

      "title" : "Star Trek",

      "year" : 2009,

      "type" : "movie"

  },

  {

       "_id" : "0084726",

       "title" : "Star Trek II: The Wrath of Khan", "year" : 1982,

      "type" : "movie"

  },

  {

      "_id" : "1408101",

      "title" : "Star Trek Into Darkness",

      "year" : 2013,

     "type" : "movie"

  },

  {

     "_id" : "0117731",

     "title" : "Star Trek: First Contact",

    "year" : 1996,

    "type" : "movie"

 }

], {ordered: false }

);

0%
100%
0%
0%
More questions like this

Want instant access to all verified answers on moodle.chnu.edu.ua?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!

Browser

Add to Chrome