Login
Remember
Register
Ask a Question
Which syntax is used to create a Collection in MongoDB ?
0
votes
asked
Mar 22, 2020
in
Big Data | Hadoop
by
SakshiSharma
Which syntax is used to create a Collection in MongoDB in MongoDB ?
#mongodb-syntax
Bigdata-questions-answers
Hadoop-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Mar 23, 2020
by
rajeshsharma
We can create a collection in MongoDB using the following syntax:
db.createCollection(name,options)
...