Since in MongoDB , databases and collections are created dynamically or at runtime. What if I accidentally created the collection or database ,How can these situations be handeled?
for example : I need to insert the data in collection "employee" and i misspelled the collection name to "emplyee" , it leads to creation of new collection named "emplyee" . How can i make sure it doesnt create the collection called "emplyee"?