To remove a database and all of its records from MongoDB, what operator should you use?
deleteDatabase()
dropDatabase()
removeAll()
clear()