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)

...