Querying data — Mongo Db
https://medium.com/@manishkumarr014/mongodb-operations-part-3-85170e17c1fd
Find method is used to read documents from a collection. Command to read data is as follows:
db.collectName.find(query, projection)
https://medium.com/@manishkumarr014/mongodb-operations-part-3-85170e17c1fd
Find method is used to read documents from a collection. Command to read data is as follows:
db.collectName.find(query, projection)