Create a collection in mongodb
Loading
Create a collection in mongodb
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Rajanikant HawaldarPosted Nov 7, 2022, 6:21 AM
https://www.c-sharpcorner.com/UploadFile/f0b2ed/mongodb-day-4-basic-of-collection/
Amit MohantyPosted Nov 7, 2022, 4:57 AM
db.createCollection(name, options) is used to create collection.
For more details check the link
https://www.javatpoint.com/mongodb-create-collection