Question: In an MongoDB mapReduce command, the reduce function should \_.

  1. access the database
  2. be called only when the key has a single value
  3. access the database only to perform read operations
  4. not access the data

Answer: The correct answer of the above question is Option D:not access the data