Mongo commands every Developer should know.
Following are some of the basic MongoDB commands to get started with mongo. I will show you how to create, update and query your first database.
Creating Database
You can create a database using use testdb. Then you can add your documents using inser...
imranzaheer.hashnode.dev4 min read