#mongodb
Read more stories on Hashnode
Articles with this tag
To create a database use <database name> use school #creates a database name school instance output 'switched to db school' create a...
MongoDB is a document-oriented database, not a relational one. The primary reason for moving away from the relational model is to make scaling out...
Open your MongoDB shell from MongoDB Compass by clicking the up arrow. To get a list of all databases, type: show dbs Use Database To use a...
Open your terminal and type mongosh At this point, you should have mongoDB compass installed on your system. Open this software, Click on connect If...
MongoDb is a No SQL Database, this means that we do not use SQL commands to interact with it. Unlike SQL databases that are made of Columns with Rows...