Welcome Back to Tech Bird Mongodb Learning Here again with a blog How to Create a Database and Insert a document with the Mongodb First of all open the mongodb shell.. If you are new and want to know How to Start MongoDB .👈👈 Once you have open the Mongodb shell we can directly proceed with query .. NOTE: In mongodb Collection is term which is used instead of Table { so dont get confused guys!} First of all the We need to create a database Syntax: USE databasename Example: USE ddbase Check Fig: 1.0 NOTE: Here USE is the keyword to create a data base followed by the database name you wish to keep. ...