MCQs > IT & Programming > MongoDB > Which projection shows only the FirstName and lastName fields of a document in the customers collection?

MongoDB MCQs

Which projection shows only the FirstName and lastName fields of a document in the customers collection?

Answer

Correct Answer: Db.customers.find({}, {_id:0, firstName: 1, lastName: 1})

Explanation:

Note: This Question is unanswered, help us to find answer for this one

MongoDB Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

MongoDB Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it