Mongo DB
Introduction
First Chapter
What is mongo db
Advantages of MongoDB over RDBMS
Why Use MongoDB
Where to Use MongoDB
How to install mongodb and mongodb services
What makes MongoDB the best
How to do transactions/locking in MongoDB
What is Namespace in MongoDB
How can you see the connection used by Mongos
Explain what is a replica set
How replication works in MongoDB
While creating Schema in MongoDB what are the points need to be taken in consideration
What is the syntax to create a collection and to drop a collection in MongoDB
Which are the different languages supported by MongoDB
Does MongoDB support primary-key, foreign-key relationship
In which language MongoDB is written
What are Indexes in MongoDB
Powered by
GitBook
What is the syntax to create a collection and to drop a collection in MongoDB
What is the syntax to create a collection and to drop a collection in MongoDB
Syntax to create collection in MongoDB is db.createCollection(name,options)
Syntax to drop collection in MongoDB is db.collection.drop()
results matching "
"
No results matching "
"