when i write a query to retrieve data from mongodb it brings a big object which are not selected code example
Example 1: mongodb get all rows
db.collectionName.find()
Example 2: query mongodb
db.inventory.find( { status: "D" } )
db.collectionName.find()
db.inventory.find( { status: "D" } )