Question: In MongoDB, what does a projection do?
- allows you to do a calculation on the results
 - allows you to run queries on the server
 - allows you to select which fields should be in the return data
 - 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