-
Introduction
- Interaction
- No Sql DB
- MONGODB
- SQL vs Nosql
-
Installation
- Windows
- Installation,follow pdf
- Ubuntu
- Windows
- Creating a database use DATABASE_NAME
- Create a collection
- show collections
- drop collection
- Inserting in the collection
- Inserting array of documents
- Querying
- find
- filters
- Update a document
- replacing a document with another, save()
- Delete a document-remove
- help command for syntax
- limiting, sorting, indexing, aggregate
- Drop Database