Various ways to execute MongoDB queries
1. Mongo shell
Navigate to the MongoDB shell and execute the queries.
Steps to execute the queries in Mongo shell:
Type cmd in your system search
Open the command prompt
Type mongo shell command in your command prompt.
Execute the queries
2. ...
aishwaryas.hashnode.dev1 min read