Question: To remove a database and all of its records from MongoDB, what operator should you use?

  1. `dropDatabase()`
  2. `removeAll()`
  3. `clear()`
  4. `deleteDatabase()`

Answer: The correct answer of the above question is Option A:`dropDatabase()`