Write a MongoDB code to insert a document into the collection named Fruits. The document should be the following:
{ "Fruit" : "Orange" ,"Color" : "orange" }Write a MongoDB code to insert a document into the collection named Fruits. The document should be the following:
{ "Fruit" : "Orange" ,"Color" : "orange" }Create a free account to access the full topic