0 votes
in Big Data | Hadoop by
Which syntax is used to create a Collection in MongoDB in MongoDB ?

1 Answer

0 votes
by

We can create a collection in MongoDB using the following syntax:

db.createCollection(name,options)

Related questions

0 votes
asked Mar 22, 2020 in Big Data | Hadoop by SakshiSharma
0 votes
asked Mar 22, 2020 in Big Data | Hadoop by SakshiSharma
...