Valid C100DEV Dumps shared by EduDump.com for Helping Passing C100DEV Exam! EduDump.com now offer the newest C100DEV exam dumps, the EduDump.com C100DEV exam questions have been updated and answers have been corrected get the newest EduDump.com C100DEV dumps with Test Engine here:
Given the following example document from an artists collection: { _id: 5, last_name: 'Maurer', first_name: 'Alfred', year_born: 1868, year_died: 1932, nationality: 'USA' } and the following index: db.artists.createIndex( { "last_name": 1, "nationality": 1 } ) How MongoDB will handle the query below? db.artists.find( { "last_name": /^B./, "nationality": 'France' } )