Answer Posted / Radheshyam Pathak
In MongoDB, collections are created using the 'createCollection()' method or by inserting documents into a non-existing collection. For example: nndb.createCollection('myCollection')
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers