Question: In an MongoDB mapReduce command, the reduce function should \_.
- access the database
- be called only when the key has a single value
- access the database only to perform read operations
- not access the data
Answer: The correct answer of the above question is Option D:not access the data