Showing posts from January, 2016

List Of Mongo Database Commands And Methods

Below is the list of Mongo Database usefull commands - 1 .     use DATABASE    :       The command will create a new database, if it doesn't exist otherwise it will return the existing database . 2 .     show dbs              :      To che…

How To Install And Run Mongo DB On Windows Environment

First of all you have to install the mongo if you are not installed on your personal computer. Just follow this link CLICK HERE and download the latest mongo database according to your system requirenment then after you have to follow the below step…

Load More
That is All