Rukayat Balogunrukayat-balogun.hashnode.devยทSep 1, 2022MongoDB Snip itTo create a database use <database name> use school #creates a database name school instance output 'switched to db school' create a collection db.<collection name> db.staff #creates a collection name "staff" instance db.staff.insertOne({"name": "...67 readsMongoDBAdd a thoughtful commentNo comments yetBe the first to start the conversation.