Skip to content

Question 10 / 50

Must KnowMediumDebuggingQuerying

This query returns nothing, even though the user exists. What is wrong, and how would you fix it?

db.users.findOne({
  _id: "64a1b2c3d4e5f6a7b8c90001"
})
Think about it first.