Template
single collection
multiple collections
mgodatagen
update
indexe
explain
Stage
Database
bson
mgodatagen
[{school:[{student:"raj",subjects:["P","C","M"],std:10},{student:"ram",subjects:[],std:8},{student:"rahul",subjects:["P"],std:9}]}]
Query
db.collection.find({},{"schoo.std":0,})
Result