Querying (with projection)
7/38
Inserting a document (JavaScript)
Querying and looping
mongo demo
db.talks.findOne(
{ 'talks.title' : 'Xdebug' },
{ 'name' : 1, 'talks.url: 1 }
);