When using the mongoimport command, how can you drop the database before importing?
Drop the database manually before importing. Argument: There is no -d option in the docs (https://www.mongodb.com/docs/database-tools/mongoimport/#options.)
Use the -d option.
Use the mongooverwrite command instead of mongoimport.
Use the -drop option.