Changes

Jump to navigation Jump to search
83 bytes added ,  12:36, 25 February 2016
no edit summary
Line 35: Line 35:     
== Insert ==
 
== Insert ==
  db.movie.insert({"name":"tutorials point"})
+
  db.COLLECTION_NAME.insert({"name":"data1"})
 
== Get Colection Names ==
 
== Get Colection Names ==
 
  db.getCollectionNames()
 
  db.getCollectionNames()
 +
== Query ==
 +
db.COLLECTION_NAME.find()
 +
db.COLLECTION_NAME.find({"name": "data1"})

Navigation menu