0 votes
in MongoDB by
what command is used to create a MongoDB collection in MongoDB?

1 Answer

0 votes
by

db.createCollection (name, options) is a command used to create collection MongoDB.

...