Login
Remember
Register
Ask a Question
what command is used to create a MongoDB collection in MongoDB?
0
votes
asked
Jun 3, 2020
in
MongoDB
by
Robindeniel
what command is used to create a MongoDB collection in MongoDB?
#mongodb-collection
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jun 3, 2020
by
SakshiSharma
db.createCollection (name, options) is a command used to create collection MongoDB.
...