Rukayat Balogunforcode-with-kemirukayat-balogun.hashnode.netยท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": "...35 readsMongoDBAdd a thoughtful commentNo comments yetBe the first to start the conversation.