Question: In MongoDB, what does a projection do?

  1. allows you to do a calculation on the results
  2. allows you to run queries on the server
  3. allows you to select which fields should be in the return data
  4. allows you to format the results for a display

Answer: The correct answer of the above question is Option C:allows you to select which fields should be in the return data