The query below returns a collection of users with a projection db.users.find({}, {name: 1, _id : 1}) Choose the best statement that describes how to extract a collection of users with the projection that shows the creation date
Correct Answer: Map the projection with ObjectId.getTimestamp()
Explanation:
Note: This Question is unanswered, help us to find answer for this one
More MongoDB MCQ Questions