Querying data — Mongo Db

6 years ago
Anonymous $cyhBy-qkd5

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)