Sunday, January 20, 2019

mongo DB


Sudo mongod
sudo mongo
use ………--create data base
show --dbs display all data base
db --what the current database
db.drop.Database() --delete database
db.createCollection(“collectionname”) --create collection
db.student.drop() --delete collection
db.student.insert({“name”:”RM”})
db.student.find() --show data collection


No comments:

Post a Comment

React React  is a JavaScript library for building user interfaces created by Facebook. It is maintained by Facebook and a community of...