Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

___________ is also used to pre-allocate space for an ordinary collection.

a) db.createCollection.
b) db.create
c) db.createColl
d) all of the mentioned

Answer: a
Explanation: MongoDB creates a collection implicitly when the collection is first referenced in a command.

Join The Discussion